This commit is contained in:
Till 2026-04-12 18:48:42 +02:00
parent e945735fa1
commit b4b1f4a63f
36 changed files with 716 additions and 94 deletions

View file

@ -7,6 +7,7 @@
enable = true;
systemd.enable = true;
quickshell.package = inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.quickshell;
enableSystemMonitoring = false;
};
services.displayManager.dms-greeter = {
@ -20,6 +21,8 @@
environment.systemPackages = with pkgs; [
nirius
papirus-icon-theme
phinger-cursors
];
systemd.user.services."niriusd" = {
@ -31,4 +34,6 @@
ExecStart = "${pkgs.nirius}/bin/niriusd";
};
};
services.upower.enable = true;
}