mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-17 04:10:56 +01:00
334ae340af
Supposedly useful and may become the default in the future.
11 lines
149 B
Nix
11 lines
149 B
Nix
{
|
|
home-manager = {
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
|
|
sharedModules = [{
|
|
home.stateVersion = "22.11";
|
|
}];
|
|
};
|
|
}
|