Move hyprland to default system config
This commit is contained in:
@ -297,6 +297,11 @@
|
|||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
nvidiaPatches = false;
|
||||||
|
};
|
||||||
|
|
||||||
# XDG
|
# XDG
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -27,19 +27,4 @@
|
|||||||
# videoDrivers = [ "nvidia" ]; # NVIDIA
|
# videoDrivers = [ "nvidia" ]; # NVIDIA
|
||||||
videoDrivers = ["amdgpu"];
|
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
|
|
||||||
# '';
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user