mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-11 11:31:06 +01:00
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
|
||
|---|---|---|
| .. | ||
| dconf.nix | ||
| debug.nix | ||
| fontconfig.nix | ||
| gtk.nix | ||
| lib.nix | ||
| news.nix | ||
| nixpkgs.nix | ||
| numlock.nix | ||
| pam.nix | ||
| qt.nix | ||
| submodule-support.nix | ||
| tmpfiles.nix | ||
| version.nix | ||
| vte.nix | ||
| xdg-mime-apps.nix | ||
| xdg-mime.nix | ||
| xdg-user-dirs.nix | ||
| xdg.nix | ||