nix: organized even further

This commit is contained in:
biscuit
2025-05-15 14:04:28 -05:00
parent 87f2adb3c9
commit 1b74cf48d0
4 changed files with 16 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
{ ... }: {
fonts.packages = with pkgs; [
nerd-fonts.fira-code
];
}