CrOS/hosts/Parzival-Mobile/default.nix
2024-09-17 14:31:41 -04:00

9 lines
165 B
Nix

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