1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix Hyprland config

This commit is contained in:
RGBCube 2023-11-08 11:16:56 +03:00
parent 63c9b519b1
commit c030a0385a
No known key found for this signature in database

View file

@ -1,4 +1,8 @@
{ lib, pkgs, hyprland, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate
{ lib, pkgs, hyprland, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate3
(systemConfiguration {
hardware.opengl = enabled {};
})
(homeConfiguration "nixos" {
wayland.windowManager.hyprland = enabled {
@ -55,7 +59,7 @@
bind = SUPER, F, fullscreen
bind = SUPER+SHIFT, F, togglefloating
bind = SUPER, , exec, fuzzel
bind = SUPER, C, exec, fuzzel
bind = SUPER, T, exec, kitty
bind = SUPER, W, exec, firefox
bind = SUPER, D, exec, discord
@ -110,8 +114,6 @@
animate_manual_resizes = true
animate_mouse_windowdragging = true
disable_autoreload = true
}
'';
};