removed kde again

This commit is contained in:
twoneis 2024-06-23 03:51:20 +02:00
parent 9d8385c0c0
commit c374ce3fab
2 changed files with 1 additions and 8 deletions

View file

@ -1,11 +1,4 @@
{ lib, config, pkgs, ... }: lib.mkIf (config.withGames) { { lib, config, pkgs, ... }: lib.mkIf (config.withGames) {
environment.systemPackages = with pkgs; [
gamescope
prismlauncher
itch
minigalaxy
];
programs.steam = { programs.steam = {
enable = true; enable = true;
}; };

View file

@ -6,7 +6,7 @@
withBluetooth = mkEnableOption "Enable bluetooth"; withBluetooth = mkEnableOption "Enable bluetooth";
withNiri = mkEnableOption "Enable niri compositor"; withNiri = mkEnableOption "Enable niri compositor";
withGnome =mkEnableOption "Enable gnome DE"; withGnome = mkEnableOption "Enable gnome DE";
withVM = mkEnableOption "Enable VM related configuration"; withVM = mkEnableOption "Enable VM related configuration";
withContainers = mkEnableOption "Enable container support"; withContainers = mkEnableOption "Enable container support";