Update fish prompt and add to root user
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user