added justfile and edited plasma to have vesktop instead of webcord
This commit is contained in:
parent
c31a2f2974
commit
bddd7e8a31
2 changed files with 12 additions and 1 deletions
11
justfile
Normal file
11
justfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
build:
|
||||
sudo nixos-rebuild switch --flake .#
|
||||
|
||||
run:
|
||||
nix-repl -f flake:nixpkgs
|
||||
|
||||
test:
|
||||
sudo nix flake check
|
||||
|
||||
update:
|
||||
nix flake update
|
Loading…
Add table
Add a link
Reference in a new issue