Re-add GNOME to fix the thunar theme and see if it
...fixes autorandr
This commit is contained in:
parent
3ae1d8d51d
commit
e63150e278
4 changed files with 8 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue