home-manager/modules/misc
jD91mZM2 4a8d628054
xdg-user-dirs: fix erroneous dirs file
Before this change,

```rust
fn main() {
    println!("{:?}", glib::get_user_special_dir(glib::UserDirectory::Documents));
}
```

would return `None` even though `~/Documents` is available and
`xdg.userDirs.enable = true`. Checking the differences between
`xdg-user-dirs-update` shows that the latter has quotes around each
thing.

PR #1440

(cherry picked from commit fceef469c2)
2020-08-23 23:13:45 +02:00
..
dconf.nix dconf: make settings have type gvariant 2020-03-21 01:02:41 +01:00
debug.nix debug: add module 2020-03-07 15:03:44 +01:00
fontconfig.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
gtk.nix gtk: add bookmarks option 2020-04-06 15:52:46 +02:00
lib.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
news.nix dircolors: add module 2020-06-17 00:00:28 +02:00
nixpkgs.nix nixpkgs: add indirection to _module.args.pkgs 2020-01-26 13:03:23 +01:00
numlock.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
pam.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
qt.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
submodule-support.nix doc: surround name? with fancier characters 2019-09-01 21:28:40 +02:00
version.nix Update documentation for release 20.03 2020-04-23 00:29:11 +02:00
xdg-mime-apps.nix xdg.mimeApps: use xdg.dataFile instead of home.file 2020-05-20 23:44:55 +02:00
xdg-mime.nix xdg-mime: fix issue on WSL1 2020-06-16 23:47:56 +02:00
xdg-user-dirs.nix xdg-user-dirs: fix erroneous dirs file 2020-08-23 23:13:45 +02:00
xdg.nix xdg: create cache directory using keep file 2019-07-26 23:23:51 +02:00