feat: initial commit of NixOS on my Infinitybook
This commit is contained in:
parent
70f37ec8ae
commit
4e5ab16937
6 changed files with 286 additions and 45 deletions
4
justfile
4
justfile
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue