From 9f76cea35e7c400e5bd5763aa09144ebe481258e Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 23:42:28 +0200 Subject: [PATCH] cleanup --- hosts/laptop1/configuration.nix | 16 ---------------- modules/nix/WM/hyprland.nix | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index f3d9a90..0f72da6 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -27,22 +27,7 @@ services.displayManager.sddm.enable = true; services.displayManager.sddm.wayland.enable = true; - programs.hyprland = { - enable = true; - xwayland.enable = true; - }; - - xdg.portal.enable = true; - xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - environment.systemPackages = with pkgs; [ - mako - wofi - wlogout - waybar - wl-clipboard - libnotify - hyprpaper webcord pavucontrol cliphist @@ -53,7 +38,6 @@ komikku librewolf inkscape - hyprlock ]; services.flatpak = { diff --git a/modules/nix/WM/hyprland.nix b/modules/nix/WM/hyprland.nix index b005752..3590e94 100644 --- a/modules/nix/WM/hyprland.nix +++ b/modules/nix/WM/hyprland.nix @@ -27,6 +27,7 @@ in libnotify hyprpaper hyprpolkitagent + hyprlock ]; }; }