From 711be05370d470e73179adf1461998eb8161c5c3 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 2 Apr 2023 21:00:43 +0200 Subject: [PATCH] Provide polkit agent path to hyprland --- home/christoph/default.nix | 16 ++++++++++++++-- home/christoph/nixinator/default.nix | 5 +++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index b03da2fc..de271010 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -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 diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 7df50757..826eda44 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -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; };