Re-add GNOME to fix the thunar theme and see if it

...fixes autorandr
This commit is contained in:
Oliver Davies 2024-07-22 12:00:00 +01:00
parent 3ae1d8d51d
commit e63150e278
4 changed files with 8 additions and 19 deletions

View file

@ -38,8 +38,6 @@ inputs.nixpkgs.lib.nixosSystem {
};
}
(import ./modules/autorandr.nix)
(import ./modules/awesome.nix {
inherit
inputs
@ -48,6 +46,8 @@ inputs.nixpkgs.lib.nixosSystem {
username
;
})
(import ./modules/autorandr.nix)
(import ./modules/gnome.nix)
configuration
hardwareConfiguration