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

@@ -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 = {