move displays to hardware section

This commit is contained in:
tristan 2023-05-09 08:38:51 +01:00
parent e4bbcbb7c5
commit 5558ffce13
8 changed files with 31 additions and 37 deletions

View file

@ -6,7 +6,6 @@ name:
, hyprland
, laptop ? false
, work ? false
, displays ? []
, userName
, ...
}:
@ -30,6 +29,6 @@ nixpkgs.lib.nixosSystem rec {
hyprland.homeManagerModules.default
];
}
(import ./home.nix { inherit user userName name hyprland laptop work displays; })
(import ./home.nix { inherit user userName name hyprland laptop work; })
];
}