From 04be2f2f1086d93e16b6f139bc66cd24860082f2 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 3 Dec 2025 15:58:39 +0000 Subject: [PATCH] Delete modules/hyprland.nix --- modules/hyprland.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 modules/hyprland.nix 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 -]; -}