add nvim plugin, nix ca-derivations

This commit is contained in:
Artemis Tosini 2024-01-30 07:28:33 +00:00
parent e72a6b69ca
commit f8b734266b
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
3 changed files with 14 additions and 13 deletions

View file

@ -225,11 +225,11 @@
]
},
"locked": {
"lastModified": 1706435589,
"narHash": "sha256-yhEYJxMv5BkfmUuNe4QELKo+V5eq1pwhtVs6kEziHfE=",
"lastModified": 1706473109,
"narHash": "sha256-iyuAvpKTsq2u23Cr07RcV5XlfKExrG8gRpF75hf1uVc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "4d54c29bce71f8c261513e0662cc573d30f3e33e",
"rev": "d634c3abafa454551f2083b054cd95c3f287be61",
"type": "github"
},
"original": {
@ -246,11 +246,11 @@
]
},
"locked": {
"lastModified": 1705667791,
"narHash": "sha256-J0JYfA6eFdHluLnROVDkrqbYacWcJXYKXeJAFayDiAE=",
"lastModified": 1706509827,
"narHash": "sha256-fnZ8BXDgfvXGwStQvmpUXe+I+Fjd2JCLm8xo0kVwVKc=",
"owner": "jovian-experiments",
"repo": "jovian-nixos",
"rev": "330b7a78fcba967f2273ae71fb3c4bfb03b5dd21",
"rev": "e2c026d8efea340d2a2dcc56775212979dd51ef2",
"type": "github"
},
"original": {
@ -325,11 +325,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1706191920,
"narHash": "sha256-eLihrZAPZX0R6RyM5fYAWeKVNuQPYjAkCUBr+JNvtdE=",
"lastModified": 1706371002,
"narHash": "sha256-dwuorKimqSYgyu8Cw6ncKhyQjUDOyuXoxDTVmAXq88s=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ae5c332cbb5827f6b1f02572496b141021de335f",
"rev": "c002c6aa977ad22c60398daaa9be52f2203d0006",
"type": "github"
},
"original": {
@ -368,11 +368,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1706481554,
"narHash": "sha256-MRvzc4KwKoVf0jCfmuDfbvzY9QN3Zlo3YtZ9wxlqIzU=",
"lastModified": 1706539542,
"narHash": "sha256-Zbd9/0iTDNwf6ePvKkISvSMK6S7kmfsPzyG5f57sVA8=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "43f3cb7ab2bae6c27a92f306c27e053ef2cb0063",
"rev": "37d124e94603f821b56072794c4800ad10252fd7",
"type": "github"
},
"original": {

View file

@ -14,7 +14,7 @@
};
settings.auto-optimise-store = true;
extraOptions = ''
experimental-features = nix-command flakes
experimental-features = nix-command flakes ca-derivations
'';
gc = {
automatic = true;

View file

@ -13,6 +13,7 @@ in {
nix.enable = true;
fugitive.enable = true;
gitgutter.enable = true;
instant.enable = true;
lualine.enable = true;
typst-vim.enable = true;
telescope = {