[NixOS] Add airgapped machine

This commit is contained in:
2021-07-25 16:03:59 -06:00
parent 7eec5d3392
commit 8866d80e75
6 changed files with 23 additions and 9 deletions

View File

@@ -15,6 +15,9 @@ let
python-with-my-packages = pkgs.python3.withPackages my-python-packages;
in
{
nixpkgs.overlays = [
(import ../dotfiles/config/xmonad/overlay.nix)
];
environment.systemPackages = with pkgs; [
python-with-my-packages
@@ -75,6 +78,7 @@ in
playerctl
# Tools
cachix
binutils
gawk
gitFull