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:
parent
41f918499b
commit
aa5ba177cc
2 changed files with 101 additions and 0 deletions
|
|
@ -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 { })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue