@@ -8,8 +8,9 @@ let users = builtins.readDir ../users;
|
||||
inputs.self.homeManagerModules.default
|
||||
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.impermanence.homeManagerModules.impermanence
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
inputs.dms.homeModules.dank-material-shell
|
||||
inputs.dms.homeModules.niri
|
||||
|
||||
# Directory name should always match username.
|
||||
({ ... }: { home.username = username; })
|
||||
|
||||
@@ -37,6 +37,8 @@ let
|
||||
inputs.niri.nixosModules.niri
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.nixarr.nixosModules.default
|
||||
inputs.dms.nixosModules.greeter
|
||||
inputs.dms.nixosModules.dank-material-shell
|
||||
|
||||
# Directory name should always match host name.
|
||||
({ ... }: { networking.hostName = hostName; })
|
||||
|
||||
Reference in New Issue
Block a user