re-re-enabled hyperland

This commit is contained in:
specCon18 2023-08-15 21:45:34 -04:00
parent f5cf55ef26
commit bcc246acf9
3 changed files with 9 additions and 9 deletions

View file

@ -1,11 +1,12 @@
{ pkgs, config, lib, ...}:
{
wayland.windowManager.hyprland = {
systemdIntegration = true;
enable = true;
extraConfig = ''
bind = SUPER, Return, exec, alacritty
bind = CONTROL_SHIFT, W, exec, firefox
bind = SUPER, colon, exec, rofi -show drun
bind = SUPER, R, exec, rofi -show drun
exec-once=waybar
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once=mako

View file

@ -28,7 +28,6 @@ in {
rofi-wayland
libnotify
mako
xdg-desktop-portal-hyprland
];
sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";