1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

feat: restructure home directory

This commit is contained in:
2024-04-03 07:56:07 +02:00
parent ee71156f3b
commit 5909167243
5 changed files with 26 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ in {
home-manager.users.me.xdg.enable = true;
}
{
environment.interactiveShellInit = "export PATH=$PATH:$HOME/projects/niveum";
environment.interactiveShellInit = "export PATH=$PATH";
environment.shellAliases = let
swallow = command: "${niveumPackages.swallow}/bin/swallow ${command}";
in {
@@ -264,6 +264,7 @@ in {
./zsh.nix
./tor.nix
./stw-berlin.nix
./fritzbox.nix
./mastodon-bot.nix
];
}