This commit is contained in:
iFargle 2023-08-23 22:09:30 +09:00
parent a0f49fadd1
commit 2b6fa032d1
2 changed files with 2 additions and 12 deletions

View file

@ -24,10 +24,7 @@
};
homeConfigurations = {
"albert@nixos-laptop" = libx.mkHome { hostname = "nixos-laptop"; username = "albert"; desktop = "gnome"; };
"root@nixos-laptop" = libx.mkHome { hostname = "nixos-laptop"; username = "root"; desktop = "gnome"; };
"albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; username = "albert"; desktop = "gnome"; };
"root@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; username = "root"; desktop = "gnome"; };
};
};
}

View file

@ -7,13 +7,6 @@
sessionPath = [ "$HOME/.local/bin" ];
};
home.root = {
inherit username;
stateVersion = hmStateVersion;
homeDirectory = "/root";
sessionPath = [ "$HOME/.local/bin" ];
};
imports = [
# Common app configs - Will apply to all users managed by home-manager
./common/software/cli/bash.nix