citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 46d92221772cc9a50c2a1b19f3d3508abac87727
parent 728950b3f5f3daa0179c6ea5c6501cbb7be46949
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 23 Apr 2021 12:09:06 -0700

remove gaming stuff

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/environment/desktop/default.nix | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nix-config/environment/desktop/default.nix b/nix-config/environment/desktop/default.nix @@ -72,7 +72,7 @@ let gtk2rc = pkgs.writeText "gtk2rc" '' mpv w3m wine - steam + #steam wmctrl xautolock xbindkeys @@ -112,9 +112,9 @@ in { }; environment.systemPackages = if extra.is-minimal then (with pkgs; [ - steam - steam-run - wine + #steam + #steam-run + #wine lastpass-cli rxvt_unicode-with-plugins ]) else mypkgs;