diff --git a/users/jordan/graphical/hyprland.nix b/users/jordan/graphical/hyprland.nix index de7ab2a..33781c8 100644 --- a/users/jordan/graphical/hyprland.nix +++ b/users/jordan/graphical/hyprland.nix @@ -14,6 +14,7 @@ networking.networkmanager.enable = true; home.packages = with pkgs.unstable; [ + adw-gtk3 anyrun clipse dunst @@ -24,9 +25,5 @@ wl-clipboard ]; - environment.systemPackages = with pkgs; [ - adw-gtk3 - ]; - services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3; }