12 lines
178 B
Nix
12 lines
178 B
Nix
{ ... }:
|
|
{
|
|
home.username = "krop";
|
|
home.homeDirectory = "/home/krop";
|
|
home.stateVersion = "24.05";
|
|
|
|
krop.hm = {
|
|
desktop.plasma = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|