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

30
flake.lock generated
View file

@ -698,11 +698,11 @@
]
},
"locked": {
"lastModified": 1693859358,
"narHash": "sha256-r3Pak/ao3p8weTzR+Ry3qQrfRsmSOwWW5sAe73mrYKs=",
"lastModified": 1694134858,
"narHash": "sha256-fG/ESauOGmiojKlpJG8gB62dJa5Wd+ZIuiDMKK/HD3g=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "886ea1d213efd1082f419d066e89ef37635dc970",
"rev": "19c6a4081b14443420358262f8416149bd79561a",
"type": "github"
},
"original": {
@ -1100,11 +1100,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1693843476,
"narHash": "sha256-0T1iTp/+HNgi/b03bB4JA5LkaUS31CCBKhbti6Jb/RA=",
"lastModified": 1694068030,
"narHash": "sha256-q21JdfZjK4XN5QwWTzCHF/G6uuZtwASNW9/ZBaak65M=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "278796c737d3fa1e2c516d49720adb451198dc4d",
"rev": "9e26139b45147aadd25ab7ab3bc4a93d6d5e94e7",
"type": "github"
},
"original": {
@ -1193,11 +1193,11 @@
},
"nixpkgs_stable": {
"locked": {
"lastModified": 1693771906,
"narHash": "sha256-32EnPCaVjOiEERZ+o/2Ir7JH9pkfwJZJ27SKHNvt4yk=",
"lastModified": 1694048570,
"narHash": "sha256-PEQptwFCVaJ+jLFJgrZll2shQ9VI/7xVhrCYkJo8iIw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "da5adce0ffaff10f6d0fee72a02a5ed9d01b52fc",
"rev": "4f77ea639305f1de0a14d9d41eef83313360638c",
"type": "github"
},
"original": {
@ -1214,11 +1214,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1693862861,
"narHash": "sha256-+ynDsujluFf187KZvyBZ1C/BTty3TtKWuzuvpQ7sy/Q=",
"lastModified": 1694184429,
"narHash": "sha256-23yG6qO7y9ICfMDzm5mFbCgD5M7NxpAuCdGo7EqmBjs=",
"owner": "pta2002",
"repo": "nixvim",
"rev": "b7611f74a9b1107e09925664f652b141926b0b92",
"rev": "ee4e67a5164c124438cdf18f62e5df37067df128",
"type": "github"
},
"original": {
@ -1229,11 +1229,11 @@
},
"nur": {
"locked": {
"lastModified": 1693897617,
"narHash": "sha256-4Cs/ViCgZIVA/yo44aGnAuw3w3pQg7D+nr3zHPtRp4Y=",
"lastModified": 1694246366,
"narHash": "sha256-A1QJv4wFxkc4VySvjcV6avXqTc9Dl88vS8dJUaO/klA=",
"owner": "nix-community",
"repo": "NUR",
"rev": "d914dfcbb7fdd85b4d1dd543de77571774aacbd1",
"rev": "9fb503bd063920edd62d2f7ac8303015817e08a2",
"type": "github"
},
"original": {

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";