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:
2026-04-15 15:54:09 +02:00
parent c8042ef095
commit b419708566
5 changed files with 27 additions and 23 deletions
+3 -3
View File
@@ -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
'';
+2 -2
View File
@@ -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
];
}
+2 -2
View File
@@ -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 = {