some small cleanup stuff

This commit is contained in:
Schrottkatze 2025-03-20 17:14:55 +01:00
parent 80e3399d0c
commit d545dc682e
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
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;
};
}