From f172fac2a34a306c4397e461f19f3cc5023785a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Sun, 26 Jul 2026 15:18:30 +0200 Subject: [PATCH] Remove everything from nix flake --- .../window-manager/hyprlua.nix | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/desktop-environment/window-manager/hyprlua.nix b/desktop-environment/window-manager/hyprlua.nix index ff7b554..fcc1355 100644 --- a/desktop-environment/window-manager/hyprlua.nix +++ b/desktop-environment/window-manager/hyprlua.nix @@ -9,35 +9,4 @@ in hyprFlake.homeManagerModules.default ]; - home.packages = with pkgs; [ - wofi - grim - swaynotificationcenter - swaylock - hyprpaper - lxsession - hyprshot - wayvnc - pamixer - pavucontrol - brightnessctl - python313Packages.requests - networkmanagerapplet - ]; - - wayland = { - windowManager = { - hyprland = { - enable = true; - xwayland.enable = true; - configType = "lua"; - extraConfig = ""; - }; - }; - }; - - programs.waybar = { - enable = true; - }; - }