init config
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user