Working on waybar looks

This commit is contained in:
2026-03-16 07:05:25 +00:00
parent 43f58b72cd
commit 9b77f5b34e
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
fonts.packages = with pkgs; [
pkgs.nerd-fonts.iosevka
];
}