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 ]; }; }