homebox first attempt
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
zulu
|
||||
lmms
|
||||
killall
|
||||
youtube-music
|
||||
#unfree {
|
||||
geogebra
|
||||
#}
|
||||
|
||||
@@ -12,25 +12,15 @@
|
||||
|
||||
#scripts
|
||||
(pkgs.writeShellScriptBin "_systemRebuild" ''
|
||||
sudo nix flake lock /home/nathan/Projects/System --update-input nathan --update-input root --update-input system
|
||||
${pkgs.nh}/bin/nh os switch --ask /home/nathan/Projects/System
|
||||
echo //////Enter to close//////
|
||||
read
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "_homeRebuild" ''
|
||||
sudo nix flake lock /home/nathan/Projects/System --update-input nathan
|
||||
${pkgs.nh}/bin/nh home switch --ask /home/nathan/Projects/System
|
||||
echo //////Enter to close//////
|
||||
read
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "addCoverArtMP3" ''
|
||||
if [[ $# != 2 ]]
|
||||
then echo "usage: addCoverArtMP3 song.mp3 image.jpg"
|
||||
exit
|
||||
fi
|
||||
mv $1 copyof$1
|
||||
ffmpeg -i copyof$1 -i $2 -map_metadata 0 -map 0 -map 1 -acodec copy $1
|
||||
'')
|
||||
|
||||
(pkgs.writeShellScriptBin "randWallpaper" ''
|
||||
file=$(ls /home/nathan/Pictures/Wallpaper/ | shuf -n 1)
|
||||
|
||||
1
home/services/custom/default.nix
Normal file
1
home/services/custom/default.nix
Normal file
@@ -0,0 +1 @@
|
||||
{}: {}
|
||||
Reference in New Issue
Block a user