mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Add pcmanfm-qt
This commit is contained in:
parent
4c86bb8ce6
commit
32bebe0adc
6 changed files with 180 additions and 1 deletions
|
@ -88,9 +88,11 @@
|
|||
".local/share/go"
|
||||
];
|
||||
extraFiles = [
|
||||
".config/gtk-3.0/bookmarks"
|
||||
".config/git/git-credentials"
|
||||
".cache/walker/history.gob"
|
||||
".local/share/zsh/zsh_history"
|
||||
".config/pcmanfm-qt/default/recent-files.conf"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -194,6 +196,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
file-managers = {
|
||||
pcmanfm-qt.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue