push thinkcenter disk config

This commit is contained in:
TheWanderingCrow 2025-01-15 11:41:35 -05:00
parent bfb551d905
commit 900a38cb36
6 changed files with 50 additions and 17 deletions

View file

@ -2,11 +2,11 @@
default = pkgs.mkShell {
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
nativeBuildInputs = with pkgs; [
git
vim
nix
alejandra
nixos-generators
git
vim
nix
alejandra
nixos-generators
];
};
}