update, theme
This commit is contained in:
parent
5a7c6a8a9a
commit
05c142d3e8
5 changed files with 38 additions and 57 deletions
|
|
@ -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="
|
||||
];
|
||||
};
|
||||
*/
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue