mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
15 lines
239 B
Nix
15 lines
239 B
Nix
{ pkgs,
|
|
...
|
|
}:{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./boot.nix
|
|
../../modules
|
|
];
|
|
networking.hostName = "vmware";
|
|
environment.systemPackages = [
|
|
pkgs.git
|
|
pkgs.vim
|
|
pkgs.wget
|
|
];
|
|
}
|