diff options
| author | Grisha Shipunov | 2025-12-07 11:45:51 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-12-07 11:45:51 +0100 |
| commit | d451f229eaa2828c873a995c5203a671ed35a250 (patch) | |
| tree | 5b8f56a6763ce6545c3ae99f6abed7c0ff555d6b | |
| parent | 2b357e64f7d574b4059fc7c86b1b52e93d79bad5 (diff) | |
switch toaster to fish
| -rw-r--r-- | hosts/toaster/default.nix | 2 | ||||
| -rw-r--r-- | modules/basic-tools/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 94e4822..bfbcd29 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -76,7 +76,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; - shell = pkgs.zsh; + shell = pkgs.fish; }; # This value determines the NixOS release from which the default diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 672c88e..23087fb 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -7,6 +7,7 @@ ./nix.nix ./nix-ld.nix ./zsh.nix + ./fish.nix ]; environment.systemPackages = |
