feat: initial commit of NixOS on my Infinitybook

This commit is contained in:
Oliver Davies 2023-03-30 19:15:51 +01:00
parent 70f37ec8ae
commit 4e5ab16937
6 changed files with 286 additions and 45 deletions

View file

@ -4,8 +4,8 @@ default:
clean:
rm -rf ./result
apollo command *args: && clean
sudo nixos-rebuild {{ command }} --flake .#apollo {{ args }}
nixos command profile: && clean
sudo nixos-rebuild {{ command }} --flake .#{{ profile }}
pop-os command *args: && clean
NIXPKGS_ALLOW_UNFREE=1 home-manager {{ command }} -f home-manager/home.nix --impure --flake .#pop-os {{ args }}