flake: update flake; move to everforest

This commit is contained in:
Artur Manuel 2025-02-22 12:35:55 +00:00
commit b1e95fdc28
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
4 changed files with 101 additions and 2818 deletions

1
everforest.json Normal file
View file

@ -0,0 +1 @@
{"base00":"#272e33","base01":"#2e383c","base02":"#414b50","base03":"#859289","base04":"#9da9a0","base05":"#d3c6aa","base06":"#edeada","base07":"#fffbef","base08":"#e67e80","base09":"#e69875","base0A":"#dbbc7f","base0B":"#a7c080","base0C":"#83c092","base0D":"#7fbbb3","base0E":"#d699b6","base0F":"#9da9a0"}

2908
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,6 +11,11 @@
owner = "NotAShelf";
repo = "nvf";
};
basix = {
type = "github";
owner = "NotAShelf";
repo = "Basix";
};
};
outputs = inputs @ {nixpkgs, ...}: let
systems = ["x86_64-linux"];
@ -27,6 +32,7 @@
./nvf.nix
];
inherit pkgs;
extraSpecialArgs = {inherit inputs;};
})
.neovim;
});

View file

@ -12,9 +12,9 @@ in {
./neovide.lua
];
theme = {
name = "nord";
name = "mini-base16";
enable = true;
style = "dark";
base16-colors = builtins.fromJSON (builtins.readFile ./everforest.json);
};
terminal.toggleterm = {
enable = true;