This commit is contained in:
Patrick Menking 2024-09-17 17:01:33 -04:00
parent 0b332bd830
commit 8d92f2d6ec
3 changed files with 16 additions and 1 deletions

View file

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