9 lines
No EOL
136 B
Nix
9 lines
No EOL
136 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./autoupdate.nix
|
|
./garbage-collect.nix
|
|
./optimise.nix
|
|
];
|
|
system.stateVersion = "23.11";
|
|
} |