Rebase to flake parts #11
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
}:
|
||||
let
|
||||
hyprlandEnabled = osConfig.chiasson.desktop.hyprland.enable or false;
|
||||
keyringEnabled = osConfig.chiasson.desktop.keyring.enable or false;
|
||||
# nixpkgs hyprland-plugins pin is stale for current Hyprland — override to a known-good rev.
|
||||
hyprbarsPatched =
|
||||
let
|
||||
@@ -66,6 +67,11 @@
|
||||
'';
|
||||
|
||||
settings = lib.mkMerge [
|
||||
(lib.mkIf keyringEnabled {
|
||||
exec-once = lib.mkBefore [
|
||||
"dbus-update-activation-environment --systemd --all"
|
||||
];
|
||||
})
|
||||
{
|
||||
monitor = [ ",preferred,auto,auto" ];
|
||||
general = {
|
||||
|
||||
Reference in New Issue
Block a user