diff --git a/home.nix b/home.nix index 0b6ade7..60035c0 100644 --- a/home.nix +++ b/home.nix @@ -2,6 +2,8 @@ { imports = [ ./niri.nix ]; + niri.useNoctalia = true; + # ── Identity ──────────────────────────────────────────────────────────────── home.username = "ulve"; home.homeDirectory = "/home/ulve";