nixvim time!
This commit is contained in:
parent
4be7f1f763
commit
dee7f495d1
10 changed files with 320 additions and 30 deletions
|
@ -66,7 +66,7 @@ in {
|
|||
};
|
||||
cursor = {
|
||||
style = "beam";
|
||||
blink = "no";
|
||||
blink = "true";
|
||||
};
|
||||
mouse = {
|
||||
hide-when-typing = "yes";
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue