mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 01:05:38 +00:00
12 lines
247 B
Makefile
12 lines
247 B
Makefile
|
# 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
|