1

Move hyprland to default system config

This commit is contained in:
2023-04-26 09:17:01 +02:00
parent 09d0255967
commit c7d6acceee
2 changed files with 5 additions and 15 deletions

View File

@ -297,6 +297,11 @@
libinput.enable = true;
};
programs.hyprland = {
enable = true;
nvidiaPatches = false;
};
# XDG
xdg.portal = {
enable = true;

View File

@ -27,19 +27,4 @@
# videoDrivers = [ "nvidia" ]; # NVIDIA
videoDrivers = ["amdgpu"];
};
programs.hyprland = {
enable = true;
nvidiaPatches = false;
# recommendedEnvironment = true;
# NOTE: System module hyprland is configured in ~/.config/hypr/
# TODO: Lib function to generate this file from my hyprland module
# extraConfig = ''
# bind = SUPER,a,exec,rofi -show drun
# exec-once = dunst & # Notification daemon
# exec-once = ${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1
# '';
};
}