summaryrefslogtreecommitdiff
path: root/chaski/services/chat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'chaski/services/chat.nix')
-rw-r--r--chaski/services/chat.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/chaski/services/chat.nix b/chaski/services/chat.nix
index df3f4bb..6d26ada 100644
--- a/chaski/services/chat.nix
+++ b/chaski/services/chat.nix
@@ -7,6 +7,7 @@
imports = [ inputs.home-manager.nixosModule ];
programs.mosh.enable = true;
+ programs.fish.enable = true;
users.users.chat = {
isNormalUser = true;
home = "/home/chat";