mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-02 16:05:52 +02:00
phone: Drop xdg user dirs
Will instead have everything in $HOME since it's not planned to have a lot of files on the device anyway.
This commit is contained in:
parent
528809b307
commit
493a5c631d
@ -38,6 +38,14 @@ in
|
|||||||
config = {
|
config = {
|
||||||
programs.man.generateCaches = mkForce false;
|
programs.man.generateCaches = mkForce false;
|
||||||
|
|
||||||
|
xdg.userDirs = {
|
||||||
|
download = mkForce null;
|
||||||
|
documents = mkForce null;
|
||||||
|
music = mkForce null;
|
||||||
|
pictures = mkForce null;
|
||||||
|
videos = mkForce null;
|
||||||
|
};
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"sm/puri/phosh" = {
|
"sm/puri/phosh" = {
|
||||||
app-filter-mode = [ ];
|
app-filter-mode = [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user