5 lines
102 B
Bash
Executable file
5 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
nix-channel --update
|
|
sudo nix-channel --update
|
|
home-manager switch
|
|
sudo nixos-rebuild switch |