dotfiles/nixos/justfile

12 lines
247 B
Makefile
Raw Normal View History

2021-08-09 12:19:21 +00:00
# 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