update, theme

This commit is contained in:
outfoxxed 2026-01-28 16:22:56 -08:00
parent 5a7c6a8a9a
commit 05c142d3e8
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 38 additions and 57 deletions

View file

@ -9,7 +9,7 @@
wrapper = pkgs.callPackage ({ ... }: pkgs.writeShellScriptBin "hyprland" ''
${builtins.readFile ./session.sh}
${config.hyprland-session.prerun}
${lib.getExe exe} $@
${lib.getExe' exe "start-hyprland"} -- $@
'') {};
in {
imports = [ hyprland.nixosModules.default ];
@ -87,6 +87,7 @@ in {
};
};
/*
# Without this the portal blocks on desktop portals not being ready...
systemd.user.services.plasma-xdg-desktop-portal-kde.Service = {
ExecStart = "${pkgs.kdePackages.xdg-desktop-portal-kde}/libexec/xdg-desktop-portal-kde";
@ -96,6 +97,7 @@ in {
"QT_QPA_PLATFORMTHEME="
];
};
*/
};
};
}