From 34d8c64808ed4bc6583b21fa35facd1825888209 Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 23:49:03 +0200 Subject: [PATCH] mv some pkgs --- hosts/laptop1/configuration.nix | 2 -- modules/nix/WM/hyprland.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index 0f72da6..d9d5568 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -29,8 +29,6 @@ environment.systemPackages = with pkgs; [ webcord - pavucontrol - cliphist obsidian samrewritten libsForQt5.kdenlive diff --git a/modules/nix/WM/hyprland.nix b/modules/nix/WM/hyprland.nix index 3590e94..b0cd374 100644 --- a/modules/nix/WM/hyprland.nix +++ b/modules/nix/WM/hyprland.nix @@ -28,6 +28,8 @@ in hyprpaper hyprpolkitagent hyprlock + pavucontrol + cliphist ]; }; }