From 8c2de51dae2081ab6a4eb54d0f24072f161dde39 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Sat, 7 Sep 2024 23:14:08 +0200 Subject: [PATCH] add steam and remove yt-block --- hosts/main.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/main.nix b/hosts/main.nix index 5682100..d64f138 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -21,6 +21,7 @@ programs.nix-ld.enable = true; + programs.steam.enable = true; # disable touch clicks because i always tap while typing #services.xserver.libinput.touchpad.tappingButtonMap = null; @@ -40,7 +41,7 @@ # see: https://github.com/NixOS/nixpkgs/issues/300081 #"${inputs.nixpkgs-unstable}/nixos/modules/virtualisation/incus.nix" - ../scripts/yt-block/module.nix + #../scripts/yt-block/module.nix ];