Provide polkit agent path to hyprland
This commit is contained in:
@ -73,8 +73,8 @@ rec {
|
|||||||
autoPrune = true;
|
autoPrune = true;
|
||||||
|
|
||||||
flatseal.enable = true;
|
flatseal.enable = true;
|
||||||
discord.enable = true;
|
discord.enable = false;
|
||||||
spotify.enable = true;
|
spotify.enable = false;
|
||||||
bottles.enable = true;
|
bottles.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -91,6 +91,16 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO:
|
||||||
|
# plasma = {
|
||||||
|
# enable = false;
|
||||||
|
# };
|
||||||
|
|
||||||
|
# hyprland = {
|
||||||
|
# enable = true;
|
||||||
|
# };
|
||||||
|
|
||||||
|
# TODO: More options, like font?
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
@ -135,6 +145,8 @@ rec {
|
|||||||
# TODO: I need to pack all Plasma/Hyprland/Gnome related stuff into their respective modules
|
# 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
|
# 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
|
# 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
|
# 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
|
fonts.fontconfig.enable = false; # Also updates the font-cache
|
||||||
|
@ -44,13 +44,14 @@ rec {
|
|||||||
|
|
||||||
prism.enable = true;
|
prism.enable = true;
|
||||||
bottles.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
|
discordElectron.enable = false; # This is the nixpkgs version, prefer the one from flatpak module
|
||||||
dwarffortress.enable = false;
|
dwarffortress.enable = false;
|
||||||
|
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
protonGE = true;
|
protonGE = true; # TODO: Using protonup-qt now
|
||||||
gamescope = true;
|
gamescope = true;
|
||||||
adwaita = true;
|
adwaita = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user