treewide: add niri
Some checks failed
Check flake / build-amd64-linux (push) Has been cancelled

This commit is contained in:
2026-01-09 12:31:33 +00:00
parent 36384f1305
commit 323d57a481
5 changed files with 333 additions and 4 deletions

View File

@@ -83,6 +83,12 @@
};
};
# We actually use the home-manager module to add the actual portal config,
# but need this so relevant implementations are found
environment.pathsToLink = [
"/share/xdg-desktop-portal"
];
modules = {
hardware.presonus-studio.enable = true;
services = {
@@ -102,7 +108,7 @@
};
system.desktop = {
gnome.enable = lib.mkForce false;
hyprland.enable = true;
hyprland.enable = lib.mkForce false;
};
};