mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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, ... }:
|
||||
|
||||
let
|
||||
inherit (config.xdg) userDirs;
|
||||
userCfg = config.users.foo-dogsquared;
|
||||
cfg = userCfg.programs.dconf;
|
||||
in
|
||||
@ -26,6 +27,20 @@ in
|
||||
base = 10;
|
||||
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