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, ...}: { { pkgs, ...}: {
imports = [ imports = [
./kitty.nix # Terminal ./kitty.nix # Terminal
./hyprland.nix
./hypridle.nix ./hypridle.nix
./hyprlock.nix ./hyprlock.nix
./hyprpaper.nix ./hyprpaper.nix

View File

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