From c374ce3fab319bfb037370bd4a438fd5e291957f Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 23 Jun 2024 03:51:20 +0200 Subject: [PATCH] removed kde again --- modules/games/default.nix | 7 ------- options.nix | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/games/default.nix b/modules/games/default.nix index 9868f63..aa62d2c 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,11 +1,4 @@ { lib, config, pkgs, ... }: lib.mkIf (config.withGames) { - environment.systemPackages = with pkgs; [ - gamescope - prismlauncher - itch - minigalaxy - ]; - programs.steam = { enable = true; }; diff --git a/options.nix b/options.nix index 1bac5e9..6cb1b3a 100644 --- a/options.nix +++ b/options.nix @@ -6,7 +6,7 @@ withBluetooth = mkEnableOption "Enable bluetooth"; withNiri = mkEnableOption "Enable niri compositor"; - withGnome =mkEnableOption "Enable gnome DE"; + withGnome = mkEnableOption "Enable gnome DE"; withVM = mkEnableOption "Enable VM related configuration"; withContainers = mkEnableOption "Enable container support";