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