From 3411c49648d09b4d4dc7b1e31e9fbbf546842566 Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 23:54:24 +0200 Subject: [PATCH] mv things --- hosts/common/common.nix | 3 --- modules/nix/WM/hyprland.nix | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 2a2b375..db0f2c7 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -16,7 +16,6 @@ environment.systemPackages = with pkgs; [ home-manager - kitty fastfetch font-awesome thunderbird @@ -42,8 +41,6 @@ mpv fritzing networkmanagerapplet - grim - slurp gparted gnome-disk-utility sl diff --git a/modules/nix/WM/hyprland.nix b/modules/nix/WM/hyprland.nix index b0cd374..1aa6dda 100644 --- a/modules/nix/WM/hyprland.nix +++ b/modules/nix/WM/hyprland.nix @@ -30,6 +30,9 @@ in hyprlock pavucontrol cliphist + kitty + grim + slurp ]; }; }