diff options
author | stuebinm | 2025-06-01 01:43:30 +0200 |
---|---|---|
committer | stuebinm | 2025-06-01 01:43:30 +0200 |
commit | af24f0140e85b94758276195b991b6957b359ac3 (patch) | |
tree | 973697ae09951aee10ef7022abb57197ceb37d91 /chaski/services/chat.nix | |
parent | 717e5e07e85ef917a023ac5ca01b6c689cac5fdd (diff) |
NixOS 25.05
Diffstat (limited to 'chaski/services/chat.nix')
-rw-r--r-- | chaski/services/chat.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chaski/services/chat.nix b/chaski/services/chat.nix index 6d26ada..484a3b9 100644 --- a/chaski/services/chat.nix +++ b/chaski/services/chat.nix @@ -4,7 +4,7 @@ # (and not deal with having an irc relay) { - imports = [ inputs.home-manager.nixosModule ]; + imports = [ inputs.home-manager.nixosModules.default ]; programs.mosh.enable = true; programs.fish.enable = true; |