nix-config/hosts/wenar-nix/home.nix

12 lines
178 B
Nix

{ ... }:
{
home.username = "krop";
home.homeDirectory = "/home/krop";
home.stateVersion = "24.05";
krop.hm = {
desktop.plasma = {
enable = true;
};
};
}