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

13 lines
178 B
Nix
Raw Permalink Normal View History

2024-11-11 19:35:08 +01:00
{ ... }:
2024-11-11 19:20:17 +01:00
{
home.username = "krop";
home.homeDirectory = "/home/krop";
home.stateVersion = "24.05";
2024-11-13 16:03:38 +01:00
krop.hm = {
desktop.plasma = {
enable = true;
};
};
2024-11-11 19:20:17 +01:00
}