toaster: back to niri

This commit is contained in:
Grisha Shipunov 2025-06-02 20:12:09 +02:00
parent 7a41763873
commit f191d9e4a9
6 changed files with 89 additions and 79 deletions

View file

@ -7,7 +7,6 @@
./nix.nix
./nix-ld.nix
./zsh.nix
./fish.nix
];
environment.systemPackages =
@ -81,7 +80,6 @@
vim = "nvim";
grep = "grep --color=auto";
};
users.defaultUserShell = pkgs.zsh; # keep root shell posix compatible
programs.iftop.enable = true;
programs.mosh.enable = true;