adjustments to plasma and some small parts of the hardware on syl
This commit is contained in:
parent
57ec05b532
commit
c5458865a0
6 changed files with 134 additions and 50 deletions
|
@ -341,9 +341,24 @@
|
|||
};
|
||||
|
||||
# programs.qutebrowser.enable = true;
|
||||
home.file.".config/qutebrowser" = {
|
||||
source = ../qutebrowser;
|
||||
recursive = true;
|
||||
home.file.".config/qutebrowser/config.py" = {
|
||||
source = ../qutebrowser/config.py;
|
||||
};
|
||||
|
||||
home.file.".config/qutebrowser/bookmarks" = {
|
||||
source = ../qutebrowser/bookmarks;
|
||||
};
|
||||
|
||||
home.file.".config/qutebrowser/css" = {
|
||||
source = ../qutebrowser/css;
|
||||
};
|
||||
|
||||
home.file.".config/qutebrowser/quickmarks" = {
|
||||
source = ../qutebrowser/quickmarks;
|
||||
};
|
||||
|
||||
home.file.".config/qutebrowser/qsettings" = {
|
||||
source = ../qutebrowser/qsettings;
|
||||
};
|
||||
|
||||
home.file.".config/mpv" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue