working on eww

This commit is contained in:
2026-03-11 16:53:15 +01:00
parent 5850bb8518
commit ca5588d248
6 changed files with 377 additions and 365 deletions
+6
View File
@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
];
}