mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 06:49:24 +08:00
modules.system.gui: fix
This commit is contained in:
@@ -68,10 +68,16 @@ inputs:
|
||||
programs.niri.enable = true;
|
||||
nixos.user.sharedModules = [(hmInputs:
|
||||
{
|
||||
config.programs.dankMaterialShell = { enable = true; niri.enableKeybinds = true; systemd.enable = true; };
|
||||
config.programs.dankMaterialShell =
|
||||
{
|
||||
enable = true;
|
||||
niri.enableKeybinds = true;
|
||||
systemd = { enable = true; restartIfChanged = true; };
|
||||
};
|
||||
})];
|
||||
# niri module will auto enable this, disable it to avoid conflict with system ssh-agent
|
||||
services.gnome.gcr-ssh-agent.enable = false;
|
||||
systemd.user.services.niri-flake-polkit.enable = false;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user