too much rewriting at once... (bad idea)

This commit is contained in:
Schrottkatze 2025-03-27 20:48:56 +01:00
commit 2390273f53
No known key found for this signature in database
12 changed files with 48 additions and 74 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
./helix.nix
./nu.nix
@ -7,6 +7,7 @@
./git.nix
./mprocs.nix
./btop.nix
./sudo.nix
];
programs.mosh.enable = true;
programs.bat.enable = true;
@ -14,4 +15,6 @@
programs.carapace.enable = true;
programs.direnv.enable = true;
};
users.defaultUserShell = pkgs.nushell;
}