Migrate away from stylix and gruvbox
This commit is contained in:
parent
1284acef2f
commit
4d2c712bb7
11 changed files with 127 additions and 382 deletions
|
@ -15,11 +15,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
stylix.url = "github:danth/stylix";
|
||||
ags.url = "github:Aylur/ags";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, stylix, ags, ... }:
|
||||
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, ags, ... }:
|
||||
{
|
||||
nixosConfigurations.workstation = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
@ -32,7 +31,6 @@
|
|||
}
|
||||
impermanence.nixosModules.impermanence
|
||||
nur.nixosModules.nur
|
||||
stylix.nixosModules.stylix
|
||||
aagl.nixosModules.default
|
||||
|
||||
./machines/workstation/configuration.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue