custom git

This commit is contained in:
Vivian 2023-01-21 15:46:24 +01:00
parent 8cf7571079
commit 6f7d82458b
5 changed files with 11 additions and 14 deletions

View file

@ -770,16 +770,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1674247172,
"narHash": "sha256-6gbmukIy81hh95YS7xIFfHjhOCcwIuw37mEopJSsIzs=",
"owner": "nixos",
"lastModified": 1674312249,
"narHash": "sha256-Igic/R+QO0WUEIhsZItLIvEpASPNT67Pphrdahu7vXI=",
"owner": "NULLx76",
"repo": "nixpkgs",
"rev": "f043916573c888930442d101ff4adc2e4cae3665",
"rev": "3135de503ffd877d8b4a92330693e4abc4910f00",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable-small",
"owner": "NULLx76",
"ref": "0x76",
"repo": "nixpkgs",
"type": "github"
}
@ -855,11 +855,11 @@
},
"nur": {
"locked": {
"lastModified": 1674290152,
"narHash": "sha256-2FPfuRPknBrg2ZBBa3latWxbbComAXLizS1ShsJHuLc=",
"lastModified": 1674308735,
"narHash": "sha256-9biyeQ439FR4FYCHlKych5by7UrwU/Qr/63R13L9M/4=",
"owner": "nix-community",
"repo": "NUR",
"rev": "0eb18ae5ae3a5ff8cdef5a0c956d11cc414d757f",
"rev": "ca66f7c9b8c233305f7635dd9c9f73f0e3c4e9fe",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@
# * https://github.com/Infinidoge/nix-minecraft
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:NULLx76/nixpkgs/0x76";
nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR";

View file

@ -14,7 +14,7 @@ in {
imports = [
./dconf.nix
./theme.nix
# ./neovim.nix
./neovim.nix
];
home.packages = with pkgs; [

View file

@ -44,7 +44,6 @@
lsp = {
enable = true;
servers.rust-analyzer.enable = true;
servers.sumneko_lua.enable = false;
servers.rnix-lsp.enable = true;
servers.pyright.enable = true;
servers.elixirls.enable = true;

View file

@ -21,8 +21,6 @@
time.timeZone = lib.mkDefault "Europe/Amsterdam";
networking.useDHCP = true;
system.stateVersion = "23.05";
users.users.root.initialPassword = "toor";