nit(flake): clean unnecessary sections
This commit is contained in:
parent
5806a3bd52
commit
16a038ab54
1 changed files with 1 additions and 9 deletions
10
flake.nix
10
flake.nix
|
@ -47,18 +47,12 @@
|
|||
hlissner-dotfiles.url = "github:hlissner/dotfiles";
|
||||
|
||||
# --- Application-Specific Flake Inputs
|
||||
# # --- PolyMC
|
||||
# polymc.url = "github:PolyMC/PolyMC";
|
||||
|
||||
# # --- Powercord
|
||||
powercord = { url = "github:powercord-org/powercord"; flake = false; };
|
||||
powercord-overlay.url = "github:LavaDesu/powercord-overlay";
|
||||
powercord-overlay.inputs.nixpkgs.follows = "latest";
|
||||
powercord-overlay.inputs.powercord.follows = "powercord";
|
||||
|
||||
# # # --- Themes
|
||||
discord-amoled-cord = { url = "github:LuckFire/amoled-cord"; flake = false; };
|
||||
|
||||
# # # --- Plugins
|
||||
discord-Custom-Volume-Range = { url = "github:PandaDriver156/Custom-Volume-Range"; flake = false; };
|
||||
discord-In-app-notifs = { url = "github:BenSegal855/In-app-notifs"; flake = false; };
|
||||
|
@ -156,7 +150,6 @@
|
|||
|
||||
# --- Application-Specific Overlays
|
||||
inputs.powercord-overlay.overlay
|
||||
# inputs.polymc.overlay
|
||||
];
|
||||
};
|
||||
verystable = { };
|
||||
|
@ -271,8 +264,7 @@
|
|||
|
||||
devshell = ./shell;
|
||||
|
||||
homeConfigurations =
|
||||
digga.lib.mkHomeConfigurations self.nixosConfigurations;
|
||||
homeConfigurations = digga.lib.mkHomeConfigurations self.nixosConfigurations;
|
||||
|
||||
deploy.nodes = digga.lib.mkDeployNodes self.nixosConfigurations { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue