some small cleanup stuff

This commit is contained in:
Schrottkatze 2025-03-20 17:14:55 +01:00
commit d545dc682e
No known key found for this signature in database
9 changed files with 6 additions and 54 deletions

View file

@ -3,9 +3,6 @@
./helix.nix
./nu.nix
./starship.nix
./zellij.nix
./carapace.nix
./direnv.nix
./tty.nix
./git.nix
./mprocs.nix
@ -13,4 +10,8 @@
];
programs.mosh.enable = true;
programs.bat.enable = true;
home-manager.users.jade = {...}: {
programs.carapace.enable = true;
programs.direnv.enable = true;
};
}