nixbook: gruvbox theme and fix nixvim cmp

This commit is contained in:
Tristan 2024-10-02 00:37:09 +01:00
parent ea68950497
commit 29bd3b69f8
3 changed files with 38 additions and 14 deletions

View file

@ -52,13 +52,27 @@
stylix = {
enable = true;
image = ../images/nix-soft.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
opacity = {
terminal = 0.9;
applications = 0.9;
desktop = 0.9;
popups = 0.9;
};
cursor = {
name = "Vanilla-DMZ";
package = pkgs.vanilla-dmz;
size = 24;
};
targets = {
gtk.enable = false; # fails to switch with cosmic overriding it (grr)
grub = {
useImage = true;
};
nixvim = {
transparentBackground.main = true;
};
};
};
nixpkgs.overlays = [