mouse accel and channels in justfile

This commit is contained in:
Noah Masur
2022-01-15 10:14:12 -05:00
parent 7ad8892d81
commit 82d5c72a7d
3 changed files with 18 additions and 10 deletions

View File

@ -2,13 +2,14 @@
default:
@just --list --list-heading $'Update NixOS config:\n'
channel:
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixos-unstable
nix-channel --update
channels:
doas nix-channel --add https://nixos.org/channels/nixos-unstable
doas nix-channel --add https://nixos.org/channels/nixpkgs-unstable
doas nix-channel --update
# Update the system
system:
nixos-rebuild switch -I nixos-config=./configuration.nix
doas nixos-rebuild switch -I nixos-config=./configuration.nix
# Update the user environment
home: