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

13 lines
110 B
Nix
Raw Normal View History

2026-01-08 13:59:34 -05:00
{
pkgs,
...
}:
{
networking.hostName = "nahemah";
environment.systemPackages = with pkgs; [
];
}