1

Provide polkit agent path to hyprland

This commit is contained in:
2023-04-02 21:00:43 +02:00
parent 00311cdf1a
commit 711be05370
2 changed files with 17 additions and 4 deletions

View File

@ -73,8 +73,8 @@ rec {
autoPrune = true;
flatseal.enable = true;
discord.enable = true;
spotify.enable = true;
discord.enable = false;
spotify.enable = false;
bottles.enable = true;
};
@ -91,6 +91,16 @@ rec {
};
};
# TODO:
# plasma = {
# enable = false;
# };
# hyprland = {
# enable = true;
# };
# TODO: More options, like font?
kitty.enable = true;
misc = {
@ -135,6 +145,8 @@ rec {
# TODO: I need to pack all Plasma/Hyprland/Gnome related stuff into their respective modules
# TODO: Then it should only be possible to activate one Desktop at a time
home.file.".config/hypr/polkit.conf".text = ''exec-once = ${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-agent-1 &'';
# Make fonts installed through user packages available to applications
# NOTE: I don't think I need this anymore as all fonts are installed through the system config but let's keep this just in case
fonts.fontconfig.enable = false; # Also updates the font-cache

View File

@ -44,13 +44,14 @@ rec {
prism.enable = true;
bottles.enable = true;
discordChromium.enable = true;
# TODO: Webcord
discordChromium.enable = false;
discordElectron.enable = false; # This is the nixpkgs version, prefer the one from flatpak module
dwarffortress.enable = false;
steam = {
enable = true;
protonGE = true;
protonGE = true; # TODO: Using protonup-qt now
gamescope = true;
adwaita = true;
};