Hypr, Add kde-polkit client to hypr

This commit is contained in:
JuliaLange 2024-04-08 23:03:47 -07:00 committed by Julia Lange
parent 14a235cdcc
commit 7f6b461f29

View file

@ -9,6 +9,7 @@ let rootPath = ./.; in
${builtins.readFile ./nvidia.conf} ${builtins.readFile ./nvidia.conf}
${builtins.readFile ./keybinds.conf} ${builtins.readFile ./keybinds.conf}
${builtins.readFile ./xwaylandvideobridge.conf} ${builtins.readFile ./xwaylandvideobridge.conf}
exec-once=${pkgs.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1
''; '';
# wayland.windowManager.hyprland.enableNvidiaPatches = true; # wayland.windowManager.hyprland.enableNvidiaPatches = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
@ -20,6 +21,7 @@ let rootPath = ./.; in
hyprpicker # Colorpicker, needed for screenshot tool hyprpicker # Colorpicker, needed for screenshot tool
inputs.hyprland-contrib.packages.${pkgs.system}.grimblast # Screenshot tool inputs.hyprland-contrib.packages.${pkgs.system}.grimblast # Screenshot tool
xwaylandvideobridge # Allows screensharing with xwayland apps xwaylandvideobridge # Allows screensharing with xwayland apps
polkit-kde-agent # Polkit handler
]; ];
# Hyprland screenshot tool # Hyprland screenshot tool
xdg.configFile."hypr-scripts" = { xdg.configFile."hypr-scripts" = {