multiple updates

This commit is contained in:
2025-11-18 04:22:01 +03:00
parent 1c3787a3d6
commit ccc2cdab20
10 changed files with 68 additions and 212 deletions
+3 -3
View File
@@ -67,9 +67,9 @@
amnezia = ''
(pgrep -x ".AmneziaVPN-ser" > /dev/null 2>&1 || sudo AmneziaVPN-service > /dev/null 2>&1 &) &
AmneziaVPN > /dev/null 2>&1 &
''; # i don't know any good ways for it.
mkenv = ''
echo "use nix" > .envrc && touch default.nix && direnv allow && echo " env created"'';
''; # TODO: start system with service
# mkenv = ''
# echo "use nix" > .envrc && touch default.nix && direnv allow && echo "✓ env created"'';
};