some upd
This commit is contained in:
@@ -2,4 +2,3 @@ for_config/*
|
||||
home-manager/modules/custom/*
|
||||
nixos/configuration.nix
|
||||
nixos/my.nix
|
||||
home-manager/modules/custom/config.nix
|
||||
@@ -4,9 +4,12 @@
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
settings.user = {
|
||||
settings = {
|
||||
pull.rebase = true;
|
||||
user = {
|
||||
name = "Krosh";
|
||||
email = "gudovdo@my.msu.ru";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
rr = "sudo nixos-rebuild switch";
|
||||
|
||||
amnezia = ''
|
||||
(pgrep -x "AmneziaVPN-service" > /dev/null 2>&1 || sudo AmneziaVPN-service > /dev/null 2>&1 &) &
|
||||
(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.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user