This commit is contained in:
Miguel Palhas
2026-03-26 14:30:47 +00:00
parent 6c397bc61a
commit 6f67e5f451
25 changed files with 93 additions and 620 deletions
+3 -1
View File
@@ -24,7 +24,7 @@
./ssh.nix
];
home.mutableFilesRepoPath = "/home/naps62/projects/nixos-config";
home.mutableFilesRepoPath = "${config.home.homeDirectory}/projects/nixos-config";
programs = {
home-manager.enable = true;
@@ -35,7 +35,9 @@
];
home = {
username = lib.mkDefault "naps62";
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "24.05";
sessionPath = [ "$HOME/.local/bin" ];
};
}