but fixes for snapraid and bottles
This commit is contained in:
parent
c25dfd3916
commit
4539a23fd2
1437
configuration.nix
1437
configuration.nix
File diff suppressed because it is too large
Load Diff
@ -353,7 +353,7 @@ pitivi # video editor
|
|||||||
identity # compare images or videos
|
identity # compare images or videos
|
||||||
mousai # poor man shazam
|
mousai # poor man shazam
|
||||||
tagger # tag music files
|
tagger # tag music files
|
||||||
# bottles # wine prefix manager
|
bottles # wine prefix manager
|
||||||
obs-studio # screen recorder & streamer
|
obs-studio # screen recorder & streamer
|
||||||
shortwave # listen to world radio
|
shortwave # listen to world radio
|
||||||
nextcloud-client # self-hosted google-drive alternative
|
nextcloud-client # self-hosted google-drive alternative
|
||||||
@ -607,8 +607,7 @@ programs.bash = {
|
|||||||
edit = "emacsclient -t";
|
edit = "emacsclient -t";
|
||||||
comic = "download -u jawz -i $(cat $LC | fzf --multi --exact -i)";
|
comic = "download -u jawz -i $(cat $LC | fzf --multi --exact -i)";
|
||||||
gallery = "download -u jawz -i $(cat $LW | fzf --multi --exact -i)";
|
gallery = "download -u jawz -i $(cat $LW | fzf --multi --exact -i)";
|
||||||
open_gallery = "cd /mnt/disk2/scrapping/JawZ/gallery-dl && nautilus \
|
open_gallery = "cd /mnt/disk2/scrapping/JawZ/gallery-dl && xdg-open $(fd . ./ Husbands -tdirectory -d 1 | fzf -i)";
|
||||||
\"$(fd . ./ Husbands -tdirectory -d 1 | fzf -i)\"";
|
|
||||||
unique_extensions = "fd -tf | rev | cut -d. -f1 | rev | tr '[:upper:]' '[:lower:]' | sort | uniq --count | sort -rn";
|
unique_extensions = "fd -tf | rev | cut -d. -f1 | rev | tr '[:upper:]' '[:lower:]' | sort | uniq --count | sort -rn";
|
||||||
cp = "cp -i";
|
cp = "cp -i";
|
||||||
mv = "mv -i";
|
mv = "mv -i";
|
||||||
@ -842,6 +841,7 @@ snapraid = {
|
|||||||
"/scrapping/nextcloud/"
|
"/scrapping/nextcloud/"
|
||||||
"/backups/"
|
"/backups/"
|
||||||
"/glue/Spankbank/____UNORGANIZED/Chaturbate/"
|
"/glue/Spankbank/____UNORGANIZED/Chaturbate/"
|
||||||
|
"/nextcloud/nextcloud.log"
|
||||||
];
|
];
|
||||||
dataDisks = {
|
dataDisks = {
|
||||||
d1 = "/mnt/disk1/";
|
d1 = "/mnt/disk1/";
|
||||||
@ -1030,9 +1030,7 @@ systemd.user.timers = {
|
|||||||
description = "Run a tasks script which keeps a lot of things organized";
|
description = "Run a tasks script which keeps a lot of things organized";
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec = "1min";
|
OnCalendar = "*:0/10";
|
||||||
OnUnitActivateSec = "5m";
|
|
||||||
Persistent = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user