mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
vi mode and direnv updates
This commit is contained in:
@ -2,6 +2,14 @@
|
||||
default:
|
||||
@just --list --list-heading $'Update NixOS config:\n'
|
||||
|
||||
# Bootstrap from nothing
|
||||
bootstrap:
|
||||
sudo nix-channel --add https://nixos.org/channels/nixos-unstable
|
||||
sudo nix-channel --add https://nixos.org/channels/nixpkgs-unstable
|
||||
sudo nix-channel --update
|
||||
sudo nixos-rebuild switch -I nixos-config=./configuration.nix
|
||||
|
||||
# Use intended software channels
|
||||
channels:
|
||||
doas nix-channel --add https://nixos.org/channels/nixos-unstable
|
||||
doas nix-channel --add https://nixos.org/channels/nixpkgs-unstable
|
||||
|
Reference in New Issue
Block a user