literate-config

Literate config. See <a href="../readme.org">readme.org</a> for a better-formatted version
Log | Files | Refs

commit 52b2ea553bef022b91c8c2baa3cd0dffb95826d6
parent 1aa9ba739e8333f258a77ba33ed43abcb805f753
Author: Crazazy <crazazy@tilde.cafe>
Date:   Tue,  5 Apr 2022 12:23:32 +0200

move steam bind to steam section

Diffstat:
Mnixos.org | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/nixos.org b/nixos.org @@ -267,6 +267,9 @@ stuff imports = [ nurModules.repos.crazazy.modules.private.steam-config ]; + homeBinds = [ + ".local/share/Steam" + ] environment.systemPackages = with pkgs; [ steam ];