feat: add powerline-fonts and powerline-symbols

This commit is contained in:
2025-12-11 15:53:29 +01:00
parent 106f6f95c9
commit 434901d813
2 changed files with 6 additions and 2 deletions

View File

@@ -42,6 +42,8 @@
ethtool ethtool
pciutils pciutils
usbutils usbutils
powerline-fonts
powerline-symbols
]; ];
# configure git # configure git

View File

@@ -3,10 +3,12 @@
# install noctalia and helper packages # install noctalia and helper packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
kdePackages.qt6ct #kdePackages.qt6ct
#nwg-look
adw-gtk3 adw-gtk3
nwg-look
adwaita-qt adwaita-qt
adwaita-qt6 adwaita-qt6
brightnessctl
playerctl
]; ];
} }