Files
nixos-config/hosts/arcturus/home.nix

8 lines
85 B
Nix

{...}: {
imports = [
../common/home.nix
];
home.stateVersion = "23.11";
}