Changed: Hyprland

This commit is contained in:
DerGrumpf 2025-03-24 23:15:10 +01:00
parent ff208574ff
commit 64c3dcad63

View File

@ -1,19 +1,15 @@
{ pkgs, ...}: { pkgs, ...}:
{ {
programs.hyprland.enable = true; programs.kitty.enable = true;
environment.sessionVariables = { wayland.windowManager.hyprland.enable = true;
NIXOS_OZONE_WL = "1"; home.sessionVariables.NIXOS_OZONE_WL = "1";
WLR_NO_HARDWARE_CURSORS = "1";
};
environment.systemPackages = with pkgs; [ wayland.windowManager.hyprland.settings = {
kitty # Terminal "$mod" = "SUPER";
bind = [
hyprpicker "$mod, F, exec, firefox"
hyprcursor ", Print, exec, grimblat copy area"
hyprlock
hypridle
hyprpaper
]; ];
};
} }