a bit of nix config

This commit is contained in:
Noah Masur
2021-08-09 08:19:21 -04:00
parent f493b263e0
commit 634e8cabac
6 changed files with 633 additions and 0 deletions

11
nixos/justfile Normal file
View File

@ -0,0 +1,11 @@
# Show these options
default:
@just --list --list-heading $'Update NixOS config:\n'
# Update the system
system:
nixos-rebuild switch -I nixos-config=./configuration.nix
# Update the user environment
home:
home-manager switch -f ./home.nix