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

View file

@ -9,7 +9,7 @@
# * https://github.com/Infinidoge/nix-minecraft # * https://github.com/Infinidoge/nix-minecraft
inputs = { 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"; nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";

View file

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

View file

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

View file

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