Update fish prompt and add to root user

This commit is contained in:
2026-07-08 11:31:02 +01:00
parent 700096aca1
commit e13a9fa82d
4 changed files with 99 additions and 6 deletions
+4
View File
@@ -34,6 +34,8 @@
useXkbConfig = true;
};
users.users.root.shell = pkgs.fish;
users.users.me = {
isNormalUser = true;
shell = pkgs.fish;
@@ -53,6 +55,8 @@
};
environment.systemPackages = with pkgs; [
neovim
gitui
libinput
gnupg
age