This commit is contained in:
DerGrumpf 2025-03-27 14:59:49 +01:00
commit 230ccd8e3b
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ pkgs, ...}: {
imports = [
./kitty.nix # Terminal
./hyprland.nix
./hypridle.nix
./hyprlock.nix
./hyprpaper.nix

View File

@ -45,9 +45,6 @@ in
"xdg-desktop-autostart.target"
];
# You might want to set environment variables for Wayland
wayland.displayProtocols = [ "wayland" "x11" ];
wayland.windowManager.hyprland = {
inherit package;
enable = true;