diff options
| author | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
| commit | bf126b5e1ae5cbab3b62c00bbff614a23539e431 (patch) | |
| tree | b275c56596eaf3f5754cea30f04e84bbcc21e305 /os/wm | |
| parent | 3ed184c48a1154a2548df807c8aaae7888e4792c (diff) | |
finalized client configs for tor, i2pd and yggdrasil
Diffstat (limited to 'os/wm')
| -rw-r--r-- | os/wm/default.nix (renamed from os/wm/wm.nix) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/os/wm/wm.nix b/os/wm/default.nix index a9046bb..a470171 100644 --- a/os/wm/wm.nix +++ b/os/wm/default.nix @@ -8,9 +8,7 @@ let cfg = config.os.wm; in { - imports = [ - ./niri.nix - ]; + imports = [ ./niri.nix ]; options.os.wm.enable = lib.mkEnableOption "enables shared wm features"; |
