1
0
Fork 0
forked from dea/dea-files
flake-dea/hosts/nahemah/configuration.nix

13 lines
129 B
Nix

{
lib,
pkgs,
...
}:
{
networking.hostName = lib.mkForce "nahemah";
environment.systemPackages = with pkgs; [
];
}