Update system and randomize MAC
Updated packages and their names Fixed randomize mac address Updated zen.nix to fix the config
This commit is contained in:
@@ -12,11 +12,11 @@ in {
|
||||
system.activationScripts.zenArkenfoxUserJs = lib.stringAfter ["users"] ''
|
||||
zen_dir="${homeDir}/.config/zen"
|
||||
if [ -d "$zen_dir" ]; then
|
||||
for profile in "$zen_dir"/*/; do
|
||||
if [ -f "$profile/prefs.js" ]; then
|
||||
for profile in "$zen_dir"/*; do
|
||||
[ -f "$profile/prefs.js" ] && (
|
||||
runuser -u someone -- ${pkgs.curl}/bin/curl -A Lix -sL -o "$profile/user.js" \
|
||||
"https://git.severijnse.eu/jory/user.js/raw/branch/master/user.js"
|
||||
fi
|
||||
)
|
||||
done
|
||||
fi
|
||||
'';
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
bun
|
||||
fastfetch
|
||||
act
|
||||
protonvpn-gui
|
||||
proton-vpn
|
||||
|
||||
wl-mirror
|
||||
pavucontrol
|
||||
@@ -44,7 +44,7 @@
|
||||
inkscape
|
||||
scrcpy
|
||||
android-tools
|
||||
swww
|
||||
awww
|
||||
openvpn
|
||||
];
|
||||
}
|
||||
|
||||
@@ -24,8 +24,8 @@ in {
|
||||
["ashell"]
|
||||
["elephant"]
|
||||
["copyq"]
|
||||
["swww-daemon"]
|
||||
["swww" "img" "/etc/nixos/background.jpg" "--transition-type" "grow" "--transition-pos" "center" "--transition-duration" "3"]
|
||||
["awww-daemon"]
|
||||
["awww" "img" "/etc/nixos/background.jpg" "--transition-type" "grow" "--transition-pos" "center" "--transition-duration" "3"]
|
||||
];
|
||||
|
||||
input = {
|
||||
|
||||
Reference in New Issue
Block a user