diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-09 11:31:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-09 11:31:39 -0700 |
commit | 5c929290c03bcfbc243062157098458a77c2817e (patch) | |
tree | 796518fc50b7db940e47127ea67453fcc1a69779 /home/xdg | |
parent | install documentations (man) (diff) | |
download | world-5c929290c03bcfbc243062157098458a77c2817e.tar.gz |
add a few more packages for home/
Diffstat (limited to 'home/xdg')
-rw-r--r-- | home/xdg/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xdg/default.nix b/home/xdg/default.nix index a4f0c53..133b0ad 100644 --- a/home/xdg/default.nix +++ b/home/xdg/default.nix @@ -34,6 +34,8 @@ in { # [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ]; # }; + home.packages = with pkgs; [ xdg-utils ]; + # I want a tidier home home.sessionVariables = with config.xdg; { DOCKER_CONFIG = "${configHome}/docker"; |