working on machines
This commit is contained in:
+4
-2
@@ -65,11 +65,12 @@
|
||||
# Catppuccin theme module
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
|
||||
# Anchoring al the other nixes
|
||||
# Anchoring all the other nixes
|
||||
./generated/top.nix
|
||||
|
||||
# Enable Home Manager for the user
|
||||
({ config, pkgs, ... }:
|
||||
(
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home-manager.users.${user.username} = {
|
||||
enable = true;
|
||||
@@ -83,6 +84,7 @@
|
||||
serviceConfig.ExecStart = "${pkgs.home-manager}/bin/home-manager switch --flake ${self}#${user.username}@${machine}";
|
||||
};
|
||||
}
|
||||
)
|
||||
];
|
||||
specialArgs = {
|
||||
inherit user inputs;
|
||||
|
||||
Reference in New Issue
Block a user