mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
a bit of nix config
This commit is contained in:
11
nixos/justfile
Normal file
11
nixos/justfile
Normal 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
|
Reference in New Issue
Block a user