Now using currentSystemUser for username across machines

This commit is contained in:
2025-05-06 07:54:00 +02:00
parent 3acb880866
commit ede5b23ce3
6 changed files with 31 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
];
}