Files
nix-config/hosts/kuromi/home.nix

12 lines
108 B
Nix

{
config,
pkgs,
...
}: {
imports = [
../../home/base.nix
];
home.stateVersion = "25.05";
}