Adding transient nixvim configs, dwl, dwl patches
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user