nixvim time!

This commit is contained in:
vali 2024-05-21 22:30:34 +02:00
commit dee7f495d1
10 changed files with 320 additions and 30 deletions

View file

@ -66,7 +66,7 @@ in {
};
cursor = {
style = "beam";
blink = "no";
blink = "true";
};
mouse = {
hide-when-typing = "yes";

View file

@ -14,11 +14,17 @@ in {
programs.schizofox = {
enable = true;
theme = {
# colors = {
# background-darker = "181825";
# background = "1e1e2e";
# foreground = "cdd6f4";
# };
colors = {
background-darker = "181825";
background = "1e1e2e";
foreground = "cdd6f4";
background-darker = "1d2021";
background = "282828";
foreground = "ebdbb2";
};
font = "Lexend";
extraUserChrome = ''
body {

View file

@ -13,7 +13,7 @@ in {
programs.spicetify = {
enable = true;
spotifyPackage = pkgs.spotify;
theme = spicePkgs.themes.catppuccin;
theme = spicePkgs.themes.Onepunch;
colorScheme = "mocha";
enabledExtensions = with spicePkgs.extensions; [
shuffle

View file

@ -12,7 +12,8 @@ in {
polarity = "dark";
image = ../../assets/wallpapers/mafu_trad_wall.png;
base16Scheme =
"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
#"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
"${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml";
autoEnable = true;
targets = {
btop.enable = true;
@ -73,7 +74,8 @@ in {
polarity = "dark";
targets.plymouth.enable = false;
base16Scheme =
"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
#"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
"${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml";
};
};
}