diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
| commit | 47bc39d25a359c94e9a139be9d453a05694ef341 (patch) | |
| tree | cd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /hosts/niuwux | |
| parent | f1d30adc192df38fe8f6cd50cb2eae048789459b (diff) | |
Font and cursor
Diffstat (limited to 'hosts/niuwux')
| -rw-r--r-- | hosts/niuwux/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix index 796dc17..6c16a13 100644 --- a/hosts/niuwux/default.nix +++ b/hosts/niuwux/default.nix @@ -86,7 +86,7 @@ users.users.${user} = { isNormalUser = true; - shell = pkgs.bash; + shell = pkgs.fish; extraGroups = [ "networkmanager" "wheel" |
