mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix Hyprland config
This commit is contained in:
parent
63c9b519b1
commit
c030a0385a
1 changed files with 6 additions and 4 deletions
|
@ -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" {
|
(homeConfiguration "nixos" {
|
||||||
wayland.windowManager.hyprland = enabled {
|
wayland.windowManager.hyprland = enabled {
|
||||||
|
@ -55,7 +59,7 @@
|
||||||
bind = SUPER, F, fullscreen
|
bind = SUPER, F, fullscreen
|
||||||
bind = SUPER+SHIFT, F, togglefloating
|
bind = SUPER+SHIFT, F, togglefloating
|
||||||
|
|
||||||
bind = SUPER, , exec, fuzzel
|
bind = SUPER, C, exec, fuzzel
|
||||||
bind = SUPER, T, exec, kitty
|
bind = SUPER, T, exec, kitty
|
||||||
bind = SUPER, W, exec, firefox
|
bind = SUPER, W, exec, firefox
|
||||||
bind = SUPER, D, exec, discord
|
bind = SUPER, D, exec, discord
|
||||||
|
@ -110,8 +114,6 @@
|
||||||
|
|
||||||
animate_manual_resizes = true
|
animate_manual_resizes = true
|
||||||
animate_mouse_windowdragging = true
|
animate_mouse_windowdragging = true
|
||||||
|
|
||||||
disable_autoreload = true
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue