games yay

This commit is contained in:
twoneis 2024-03-01 23:50:47 +01:00
parent b73aec871f
commit 219d96458a
3 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,7 @@
withGnome = with lib; mkEnableOption "Enable Gnome";
withVM = with lib; mkEnableOption "Enable VM related configuration";
withDistrobox = with lib; mkEnableOption "Enable Distrobox";
withGames = with lib; mkEnableOption "Enable games";
};
imports = [
@ -15,6 +16,7 @@
./containers.nix
./distrobox.nix
./fonts.nix
./games.nix
./gnome
./niri
./virt.nix