14 lines
269 B
Nix
14 lines
269 B
Nix
{ config, pkgs, osConfig, ... }:
|
|
|
|
{
|
|
home.username = "user";
|
|
|
|
lumpiastyHome = {
|
|
gpg = osConfig.lumpiasty.pc;
|
|
enablePcApps = osConfig.lumpiasty.pc;
|
|
dev = osConfig.lumpiasty.pc;
|
|
gaming = osConfig.lumpiasty.gaming;
|
|
};
|
|
|
|
home.stateVersion = "24.05";
|
|
} |