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
|
@ -83,7 +83,7 @@
|
||||||
"applications:systemsettings.desktop"
|
"applications:systemsettings.desktop"
|
||||||
"applications:org.kde.dolphin.desktop"
|
"applications:org.kde.dolphin.desktop"
|
||||||
"applications:signal-desktop.desktop"
|
"applications:signal-desktop.desktop"
|
||||||
"applications:webcord.desktop"
|
"applications:vesktop.desktop"
|
||||||
"applications:cinny.desktop"
|
"applications:cinny.desktop"
|
||||||
"applications:steam.desktop"
|
"applications:steam.desktop"
|
||||||
"applications:noisetorch.desktop"
|
"applications:noisetorch.desktop"
|
||||||
|
|
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