This commit is contained in:
albert 2024-04-29 12:28:40 +09:00
parent cfe8335e1e
commit c58c8db4c4
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
4 changed files with 28 additions and 22 deletions

View file

@ -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 = {

View file

@ -46,6 +46,8 @@
fish
];
programs.fish.enable = true;
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {

View file

@ -39,6 +39,8 @@
fish
];
programs.fish.enable = true;
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {

View file

@ -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 ];