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

11 lines
191 B
Nix

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