added justfile and edited plasma to have vesktop instead of webcord

This commit is contained in:
Lillian Violet 2024-10-17 15:27:40 +02:00
parent c31a2f2974
commit bddd7e8a31
2 changed files with 12 additions and 1 deletions

11
justfile Normal file
View 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