explicitly set useNoctalia in home.nix

This commit is contained in:
2026-06-20 16:53:11 +02:00
parent 9e85431e7b
commit 6c9288bf4f
+2
View File
@@ -2,6 +2,8 @@
{ {
imports = [ ./niri.nix ]; imports = [ ./niri.nix ];
niri.useNoctalia = true;
# ── Identity ──────────────────────────────────────────────────────────────── # ── Identity ────────────────────────────────────────────────────────────────
home.username = "ulve"; home.username = "ulve";
home.homeDirectory = "/home/ulve"; home.homeDirectory = "/home/ulve";