update lock

This commit is contained in:
2026-01-05 20:32:55 -06:00
parent 036969de6e
commit 4e3d74795b
16 changed files with 422 additions and 1096 deletions

View File

@@ -85,7 +85,7 @@
pkgs-us.mpv
vlc
pavucontrol
rpi-imager
#rpi-imager
tigervnc
keepassxc

View File

@@ -11,12 +11,6 @@
home.packages = [
#scripts
(pkgs.writeShellScriptBin "_systemRebuild" ''
${pkgs.nh}/bin/nh os switch --ask
echo //////Enter to close//////
read
'')
(pkgs.writeShellScriptBin "randWallpaper" ''
file=''$(ls ${config.home.homeDirectory}/Pictures/Wallpaper/ | shuf -n 1)
@@ -106,14 +100,7 @@
#tmux new-session -s hyprland
'')
] ++ (if config.homeconfig.standalone.enable then [
(pkgs.writeShellScriptBin "_homeRebuild" ''
${pkgs.nh}/bin/nh home switch --ask
echo //////Enter to close//////
read
'')
] else []);
];
};
}