Hypr, Add kde-polkit client to hypr
This commit is contained in:
parent
14a235cdcc
commit
7f6b461f29
1 changed files with 2 additions and 0 deletions
|
|
@ -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" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue