mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-28 17:14:17 -05:00
11 lines
206 B
Nix
11 lines
206 B
Nix
{config, pkgs, ...}:{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
../../modules
|
|
];
|
|
|
|
networking.hostName = "Parzival";
|
|
|
|
packages.mudding.enable = true;
|
|
packages.gaming.enable = true;
|
|
}
|