1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

xdg: add module

When enabled this module will cause Home Manager to manage the user
environment XDG variables. When disabled, then Home Manager will use
the XDG variables taken from the user environment.
This commit is contained in:
Robert Helgesson 2017-10-17 15:50:55 +02:00
parent efb5256d28
commit 54a9058ee0
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86
2 changed files with 139 additions and 0 deletions

View file

@ -19,6 +19,7 @@ let
./misc/news.nix
./misc/nixpkgs.nix
./misc/pam.nix
./misc/xdg.nix
./programs/bash.nix
./programs/beets.nix
./programs/browserpass.nix