mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
move gnome and sway modules
This commit is contained in:
parent
32e0d516a6
commit
349e8012dd
3 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ in
|
|||
(import ./modules/auto-update.nix { })
|
||||
]))
|
||||
|
||||
(mkIf (cfg.profile == "desktop-sway") (import ./modules/sway { inherit pkgs; }))
|
||||
(mkIf (cfg.profile == "desktop-gnome") (import ./modules/gnome { inherit pkgs; }))
|
||||
(mkIf (cfg.profile == "desktop-sway") (import ./modules/sway.nix { inherit pkgs; }))
|
||||
(mkIf (cfg.profile == "desktop-gnome") (import ./modules/gnome.nix { inherit pkgs; }))
|
||||
|
||||
(mkIf ("desktop-" == builtins.substring 0 8 cfg.profile) (mkMerge [
|
||||
(import ./modules/security-tools.nix { inherit pkgs; })
|
||||
|
|
Loading…
Reference in a new issue