chore: Further modularize flake
This commit is contained in:
parent
c3706f3d36
commit
912751b0df
9 changed files with 124 additions and 112 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue