added hypr config
This commit is contained in:
@@ -83,6 +83,22 @@
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
programs.waybar.enable = true;
|
||||
|
||||
{
|
||||
home.file."~/.config/hypr/hyprland.conf".text = ''
|
||||
decoration {
|
||||
shadow_offset = 0 5
|
||||
col.shadow = rgba(00000099)
|
||||
}
|
||||
|
||||
$mod = SUPER
|
||||
|
||||
bindm = $mod, mouse:272, movewindow
|
||||
bindm = $mod, mouse:273, resizewindow
|
||||
bindm = $mod ALT, mouse:272, resizewindow
|
||||
'';
|
||||
# ...
|
||||
};
|
||||
|
||||
# Enable home-manager and git
|
||||
programs.home-manager.enable = true;
|
||||
programs.git.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user