init config

This commit is contained in:
2025-07-04 00:32:17 +02:00
commit 1a20402712
35 changed files with 2383 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{ config, pkgs, osConfig, ... }:
{
home.username = "user";
lumpiastyHome = {
gpg = osConfig.lumpiasty.pc;
enablePcApps = osConfig.lumpiasty.pc;
dev = osConfig.lumpiasty.pc;
};
home.stateVersion = "24.05";
}