17 lines
No EOL
184 B
Nix
17 lines
No EOL
184 B
Nix
{ ... }:
|
|
let
|
|
in
|
|
{
|
|
imports = [
|
|
./disks.nix
|
|
./hardware.nix
|
|
];
|
|
|
|
sneeuwvlok = {
|
|
preset = "desktop";
|
|
|
|
bluetooth.enable = true;
|
|
};
|
|
|
|
system.stateVersion = "23.11";
|
|
} |