Convert screenshot.sh to nix's writeShellApplication
This commit is contained in:
parent
c6651a7eb6
commit
88c6138463
5 changed files with 41 additions and 40 deletions
|
@ -19,7 +19,6 @@
|
|||
obs-studio
|
||||
picard
|
||||
protonup-qt
|
||||
grim
|
||||
libsForQt5.ark
|
||||
libsForQt5.dolphin
|
||||
libsForQt5.dolphin-plugins
|
||||
|
@ -34,12 +33,12 @@
|
|||
playerctl
|
||||
qbittorrent
|
||||
r2modman
|
||||
slurp
|
||||
swww
|
||||
wl-clipboard
|
||||
(import ./scripts/colorpicker.nix { inherit pkgs; })
|
||||
(import ./scripts/currently-playing.nix { inherit pkgs; })
|
||||
(import ./scripts/change-wallpaper.nix { inherit pkgs; })
|
||||
(import ./scripts/screenshot.nix { inherit pkgs; })
|
||||
(pkgs.buildEnv {
|
||||
name = "desktop-scripts";
|
||||
paths = [ ./scripts_legacy ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue