feat: cleanup

This commit is contained in:
2024-01-31 10:02:15 +01:00
parent 710591805a
commit da3501c0ee
7 changed files with 43 additions and 6 deletions

View File

@@ -5,13 +5,15 @@
osConfig,
inputs,
...
}: {
}: rec {
home = {
inherit username stateVersion;
homeDirectory = "/home/${username}";
shellAliases = {
nix-reload-home = "home-manager switch --flake ${./..}";
nix-reload-system = "nixos-rebuild switch --flake ${./..}";
};
xdg.userDirs = {
enable = true;
extraConfig = {
XDG_PROJECTS_DIR = "${home.homeDirectory}/Projects";
};
};
imports = [