Move autorandr configuration so it works

...automatically when docking or undocking
This commit is contained in:
Oliver Davies 2024-07-08 19:20:17 +01:00
parent 0c4167a464
commit 84cff06cf3
4 changed files with 54 additions and 53 deletions
lib/nixos

View file

@ -46,6 +46,7 @@ inputs.nixpkgs.lib.nixosSystem {
username
;
})
(import ./modules/autorandr.nix)
(import ./modules/gnome.nix)
# (import ./modules/sway.nix { inherit inputs username; })