This commit is contained in:
Till 2026-03-21 12:02:45 +01:00
parent fdd7e1c583
commit 686d607155
9 changed files with 84 additions and 19 deletions

11
system/desktop/niri.nix Normal file
View file

@ -0,0 +1,11 @@
{ lib, ... }:
{
programs.niri.enable = true;
services.gnome.gnome-keyring.enable = lib.mkForce false;
programs.firefox.preferences = {
"widget.gtk.libadwaita-colors.enabled" = false;
};
}