Create lntocp script, install watchexec

This commit is contained in:
2024-10-05 18:35:17 +02:00
parent a79c1a9af8
commit ac7e7a16d8
3 changed files with 77 additions and 7 deletions

View File

@ -92,9 +92,11 @@
tor-browser
## My scripts
pkgs.frajul.deploy-to-pianopi
pkgs.frajul.edit-config
pkgs.frajul.open-messaging
frajul.deploy-to-pianopi
frajul.open-messaging
frajul.edit-config
frajul.xwacomcalibrate
frajul.lntocp
]
++ lib.lists.concatMap (packages-list-file: import packages-list-file { inherit pkgs; }) [
./fonts.nix

View File

@ -153,11 +153,8 @@ with pkgs;
unstable.path-of-building
## My scripts
frajul.edit-config
frajul.xwacomcalibrate
conda
watchexec # Run command when any file in current dir changes
pkg-config # Often needed to build something
]