diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-21 20:00:08 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-21 20:00:08 +0000 |
| commit | e845bc123801d738b9b82662a9dcad5cabcdea7c (patch) | |
| tree | 224360d7eeaf335555d7491a9748ef40d6e382ed /modules/common/users | |
| parent | fixed nextcloud not having the client actually (diff) | |
moved to fish for shell
Diffstat (limited to 'modules/common/users')
| -rw-r--r-- | modules/common/users/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/common/users/default.nix b/modules/common/users/default.nix index 3dfcbfa..460fb8a 100644 --- a/modules/common/users/default.nix +++ b/modules/common/users/default.nix @@ -21,5 +21,8 @@ }; }; - programs.zsh.enable = true; + programs = { + zsh.enable = true; + fish.enable = true; + }; } |
