nixos-config/homes/root/default.nix

10 lines
92 B
Nix

{
imports = [
../common
];
gui.enable = false;
home.stateVersion = "22.11";
}