From 405d7ad5d03f1e51615131ba38c1f18add2ace5a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 28 Jun 2024 01:05:52 +0200 Subject: [PATCH] feat: add steam --- modules/home/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/default.nix b/modules/home/default.nix index bfe9dc6..476fb79 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -14,5 +14,6 @@ ++ [(import ./waybar)] # status bar ++ [(import ./wofi.nix)] # launcher ++ [(import ./zsh.nix)] # shell + ++ [(import ./steam.nix)] # steam ++ [(import ./tmux.nix)]; # terminal multiplexer }