This commit is contained in:
Vivian 2023-09-09 10:33:04 +02:00
parent 9b021db760
commit 5629ae54f8
3 changed files with 17 additions and 22 deletions

View file

@ -39,11 +39,6 @@
clock24 = true;
};
programs.exa = {
enable = true;
enableAliases = true;
};
programs.bat.enable = true;
};

View file

@ -46,9 +46,9 @@ in {
url = "https://git.0x76.dev";
tokenFile = "${vs.gitea_runner}/token_runner_1";
};
nix_native = {
native_nix = {
enable = true;
name = "nix-native";
name = "native_nix";
labels = [ "native:host" ];
url = "https://git.0x76.dev";
tokenFile = "${vs.gitea_runner}/token_native";