CrOS/hosts/Parzival/default.nix
Patrick Menking 8d92f2d6ec Fonts
2024-09-17 17:01:33 -04:00

12 lines
212 B
Nix

{config, pkgs, ...}:{
imports = [
./hardware-configuration.nix
../../modules
];
networking.hostName = "Parzival";
hypr.enable = true;
mudding.enable = true;
gaming.enable = true;
}