summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/toaster/default.nix3
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;