Added qutebrowser config.py to config

This commit is contained in:
Random936
2025-03-15 22:14:49 -07:00
parent 5b89f4f667
commit 7260d21508
3 changed files with 20 additions and 1 deletions

View File

@@ -24,5 +24,8 @@
SetEnv TERM=xterm-256color
'';
home.file.".config/ghostty/config".source = ../dotfiles/.config/ghostty/config;
home.file = {
".config/ghostty/config".source = ../dotfiles/.config/ghostty/config;
".config/qutebrowser/config.py".source = ../dotfiles/.config/qutebrowser/config.py;
};
}