removed kde again
This commit is contained in:
parent
9d8385c0c0
commit
c374ce3fab
2 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue