Adding transient nixvim configs, dwl, dwl patches

This commit is contained in:
2025-09-17 14:02:06 -04:00
parent 8c1552cdde
commit 4b7a2ccd20
10 changed files with 221 additions and 28 deletions

View File

@@ -0,0 +1,27 @@
# cyberdream theme for kitty
background #16181a
foreground #ffffff
cursor #ffffff
cursor_text_color #16181a
selection_background #3c4048
color0 #16181a
color8 #3c4048
color1 #ff6e5e
color9 #ff6e5e
color2 #5eff6c
color10 #5eff6c
color3 #f1ff5e
color11 #f1ff5e
color4 #5ea1ff
color12 #5ea1ff
color5 #bd5eff
color13 #bd5eff
color6 #5ef1ff
color14 #5ef1ff
color7 #ffffff
color15 #ffffff
selection_foreground #ffffff
active_tab_foreground #000000
active_tab_background #ffbd5e
inactive_tab_foreground #ffffff
inactive_tab_background #16181a

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

View File

@@ -27,8 +27,8 @@
../modules/shells.nix
../modules/tmux.nix
../modules/ranger.nix
inputs.nixvim.homeModules.nixvim
../modules/nixvim/nixvim.nix
# inputs.nixvim.homeModules.nixvim
# ../modules/nixvim/nixvim.nix
];
home.packages = with pkgs; [
@@ -88,12 +88,12 @@
)
)
pyenv
# neovim provided by nixvim
neovim
zig
syncthing
lazygit
gopls
pyright
# pyright
ncurses
rustup
wayvnc

View File

@@ -7,6 +7,11 @@
recursive = true;
executable = true;
};
home.file.".config/kitty/themes" = {
source = ./.config/kitty/themes;
recursive = true;
# executable = true;
};
home.file.".config/waybar/power_menu.xml" = {
source = ./.config/waybar/power_menu.xml;
recursive = true;
@@ -236,7 +241,8 @@
update_check_interval = 7;
};
# https://github.com/kovidgoyal/kitty-themes/tree/master/themes
themeFile = "tokyo_night_night";
# themeFile = "tokyo_night_night";
# Custom cyberdream theme copied via home.file
shellIntegration = {
enableZshIntegration = true;
enableFishIntegration = true;
@@ -245,6 +251,9 @@
shell zsh
dynamic_background_opacity yes
background_opacity 0.7
# Import cyberdream theme
include ./themes/cyberdream.conf
'';
};
foot = {