diff --git a/modules/hyprland.nix b/modules/hyprland.nix deleted file mode 100644 index 06d2f07..0000000 --- a/modules/hyprland.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ -programs.hyprland= { - enable = true; # enable Hyprland - xwayland.enable = true; -}; - - -environment.systemPackages = with pkgs; [ - wofi - hyprpaper - waybar - hyprlock - kitty - libnotify - swaynotificationcenter - nerd-fonts.zed-mono -]; -}