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

xdg-user-dirs: add module

This commit is contained in:
pacien 2019-09-05 11:18:43 +02:00 committed by Robert Helgesson
parent 41f918499b
commit aa5ba177cc
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 101 additions and 0 deletions

View file

@ -34,6 +34,7 @@ let
(loadModule ./misc/submodule-support.nix { })
(loadModule ./misc/version.nix { })
(loadModule ./misc/xdg.nix { })
(loadModule ./misc/xdg-user-dirs.nix { condition = hostPlatform.isLinux; })
(loadModule ./programs/afew.nix { })
(loadModule ./programs/alacritty.nix { })
(loadModule ./programs/alot.nix { })