add fwhost2
This commit is contained in:
parent
acc37c64f9
commit
f88c89d28b
8 changed files with 237 additions and 0 deletions
18
nix/os/devices/fwhost2/pkg.nix
Normal file
18
nix/os/devices/fwhost2/pkg.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ pkgs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
|
||||
nixPath = (import ../../../default.nix { versionsPath = ./versions.nix; }).nixPath;
|
||||
};
|
||||
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.nix { inherit pkgs; };
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
iw
|
||||
wirelesstools
|
||||
];
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue