7 lines
121 B
Nix
7 lines
121 B
Nix
{ ... }: {
|
|
imports = [
|
|
../../profiles/desktop
|
|
];
|
|
|
|
system.stateVersion = "23.11"; # Did you read the comment?
|
|
}
|