From 84359b6254effaec2a051a168feacf33bccce0ed Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 31 Mar 2025 13:16:35 +0200 Subject: [PATCH] merge --- hosts/lilith-pad/default.nix | 3 ++- system/core/default.nix | 6 +++--- unfree.nix | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hosts/lilith-pad/default.nix b/hosts/lilith-pad/default.nix index e5f28216..3b289317 100644 --- a/hosts/lilith-pad/default.nix +++ b/hosts/lilith-pad/default.nix @@ -8,7 +8,8 @@ in desktop.enable = true; home-manager.users."lilith".desktop.touchSupport = true; - gaming.enable = false; + gaming.enable = true; + gaming.client-only = true; nfs.client.enable = true; auto_styling.enable = true; diff --git a/system/core/default.nix b/system/core/default.nix index 41b02ac2..70a3ab04 100644 --- a/system/core/default.nix +++ b/system/core/default.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ ./audio.nix @@ -16,7 +16,7 @@ ./syncthing.nix ./users.nix ./zsh.nix - - ./android-dev.nix ]; + + environment.systemPackages = with pkgs; [ distrobox ]; } diff --git a/unfree.nix b/unfree.nix index 6675cc39..371fd3da 100644 --- a/unfree.nix +++ b/unfree.nix @@ -2,5 +2,7 @@ allowed = [ "steam" "steam-unwrapped" + + "android-studio-stable" ]; }