mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared/programs/dconf: add indexer locations for GNOME Shell setups
This commit is contained in:
parent
a4871f04b6
commit
2f93b33e0c
@ -1,6 +1,7 @@
|
|||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
inherit (config.xdg) userDirs;
|
||||||
userCfg = config.users.foo-dogsquared;
|
userCfg = config.users.foo-dogsquared;
|
||||||
cfg = userCfg.programs.dconf;
|
cfg = userCfg.programs.dconf;
|
||||||
in
|
in
|
||||||
@ -26,6 +27,20 @@ in
|
|||||||
base = 10;
|
base = 10;
|
||||||
word-size = 64;
|
word-size = 64;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/freedesktop/tracker/miner/files" = {
|
||||||
|
index-recursive-directories = [
|
||||||
|
# We could also use the values from home-manager but just to make GNOME Settings happy.
|
||||||
|
"&DESKTOP"
|
||||||
|
"&DOCUMENTS"
|
||||||
|
"&MUSIC"
|
||||||
|
"&PICTURES"
|
||||||
|
"&VIDEOS"
|
||||||
|
"&PUBLIC_SHARE"
|
||||||
|
|
||||||
|
userDirs.extraConfig.XDG_PROJECTS_DIR
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user