diff --git a/home-manager.nix b/home-manager.nix index 6eada54..12ee36a 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -40,10 +40,6 @@ in acpilight # controlling laptop monitor backlight networkmanagerapplet # network configuration wofi # app launcher (wayland replacement for rofi) - freetype # font rendering and configuration - fira # fira sans font - fira-code # fira code font - font-awesome # icons font fish # fish shell libnotify # notifications mako # notification daemon diff --git a/system-packages.nix b/system-packages.nix index 37a1cbf..1eba782 100644 --- a/system-packages.nix +++ b/system-packages.nix @@ -19,6 +19,10 @@ qt6.qtwayland # wayland for qt6 libsForQt5.qt5.qtwayland # wayland for at5 polkit_gnome # graphical authentication agent for polkit + freetype # font rendering and configuration + fira # fira sans font + fira-code # fira code font + font-awesome # icons font ]; }