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