From 7d10b331f0a752eac3991a011eeed16ee1ee0e55 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 12 Jul 2025 15:09:38 +0200 Subject: [PATCH] mv font-awesomne to hyprland module --- hosts/common/common.nix | 1 - modules/nix/wm/hyprland.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 1a4b8ec..6976864 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -17,7 +17,6 @@ environment.systemPackages = with pkgs; [ home-manager fastfetch - font-awesome lf arduino-ide calibre diff --git a/modules/nix/wm/hyprland.nix b/modules/nix/wm/hyprland.nix index 1aa6dda..cc1b17f 100644 --- a/modules/nix/wm/hyprland.nix +++ b/modules/nix/wm/hyprland.nix @@ -33,6 +33,7 @@ in kitty grim slurp + font-awesome ]; }; }