removed hyprland input
This commit is contained in:
parent
daf780d9d1
commit
8165dcae57
4 changed files with 40 additions and 148 deletions
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs, home-manager, hyprland, mailserver, ... }:
|
||||
{ nixpkgs, home-manager, mailserver, ... }:
|
||||
let
|
||||
inherit (builtins) filter attrValues concatMap mapAttrs;
|
||||
inherit (nixpkgs.lib.attrsets) mapAttrsToList;
|
||||
|
@ -11,7 +11,7 @@ let
|
|||
./common/generic-lxc.nix
|
||||
];
|
||||
"vm" = [ ./common/generic-vm.nix ];
|
||||
"local" = [ hyprland.nixosModules.default ];
|
||||
"local" = [ ];
|
||||
};
|
||||
in { hostname, realm, profile ? hostname, type ? "lxc", ... }:
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue