diff options
| author | Grisha Shipunov | 2025-01-26 14:38:45 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-26 14:38:45 +0100 |
| commit | 8e0f7b4c6f69b10cb407ae18eb2a5058e5ea2d6c (patch) | |
| tree | 7c2d2e85b71f2b99c2716892ce3f4210648c30ff /hosts/toaster | |
| parent | 09b5328d1ca7ccb291e9717bc8d1689518f92af1 (diff) | |
enable fish shell explicilty for 0xa
Diffstat (limited to 'hosts/toaster')
| -rw-r--r-- | hosts/toaster/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index b3e0d38..8003440 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ pkgs, config, ... }: { imports = [ ./amd.nix @@ -60,6 +60,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; + shell = pkgs.fish; }; services.emacs.defaultEditor = false; |
