Updates
This commit is contained in:
parent
cfe8335e1e
commit
c58c8db4c4
4 changed files with 28 additions and 22 deletions
|
@ -26,6 +26,8 @@
|
|||
./hosts/${hostname}
|
||||
] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
|
|
|
@ -46,6 +46,8 @@
|
|||
fish
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
fish
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
|
|
|
@ -17,7 +17,7 @@ in {
|
|||
++ ifExists [ "docker" ]
|
||||
++ ifExists [ "podman" ]
|
||||
++ ifExists [ "syncthing" ];
|
||||
# shell = pkgs.fish;
|
||||
shell = pkgs.fish;
|
||||
# mkpasswd -m sha-512
|
||||
hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
|
||||
packages = [ pkgs.home-manager ];
|
||||
|
|
Loading…
Reference in a new issue