chore: Further modularize flake

This commit is contained in:
DashieTM 2024-04-18 03:41:30 +02:00
parent c3706f3d36
commit 912751b0df
9 changed files with 124 additions and 112 deletions

View file

@ -38,8 +38,14 @@
nix-index
libnotify
zenith
nh
amberol
];
home.username = "dashie";
home.homeDirectory = "/home/dashie";
home.stateVersion = "24.05";
home.sessionPath = [
"$HOME/.cargo/bin"
];
@ -68,4 +74,8 @@
enable = true;
enableFishIntegration = true;
};
home.sessionVariables =
{
FLAKE = "home/dasshie/gits/dotFiles/nix";
};
}