Files
nixos-config/hosts/vega/home.nix
2024-10-17 03:07:24 +05:30

8 lines
85 B
Nix

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