diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 734d620..31ece3c 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -65,6 +65,7 @@ # modules apps = { astal.enable = true; + wofi.enable = true; hyprlock.enable = true; kitty.enable = true; }; |