glorpshit

This commit is contained in:
2026-05-21 21:16:51 -04:00
parent 7b70909a16
commit a3df8a8162
2 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,11 @@
{config, pkgs, lib, inputs, outputs, ...}:
{
config,
pkgs,
lib,
inputs,
outputs,
...
}:
{
# These both are probably always going to be the same, but I'll keep them local just in case:tm:
home.username = "laythe";
@@ -11,4 +18,6 @@
home.stateVersion = "24.11";
programs.home-manager.enable = true;
}
fonts.fontconfig.subpixelRendering = "none";
}

View File

@@ -14,6 +14,5 @@
virtualisation.podman = {
enable = true;
dockerCompat = true;
enableNvidia = true;
};
}