diff --git a/hosts/lilith-pad/default.nix b/hosts/lilith-pad/default.nix index 3b289317..e5f28216 100644 --- a/hosts/lilith-pad/default.nix +++ b/hosts/lilith-pad/default.nix @@ -8,8 +8,7 @@ in desktop.enable = true; home-manager.users."lilith".desktop.touchSupport = true; - gaming.enable = true; - gaming.client-only = true; + gaming.enable = false; nfs.client.enable = true; auto_styling.enable = true; diff --git a/system/core/android-dev.nix b/system/core/android-dev.nix deleted file mode 100644 index 6a2df1b4..00000000 --- a/system/core/android-dev.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: -{ - programs.adb.enable = true; - users.users."lilith".extraGroups = [ "adbusers" ]; - - environment.systemPackages = [ pkgs.android-studio ]; -} diff --git a/system/core/default.nix b/system/core/default.nix index bbffdae8..7daaac97 100644 --- a/system/core/default.nix +++ b/system/core/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./audio.nix @@ -19,6 +19,4 @@ ./virtualization.nix ]; - - environment.systemPackages = with pkgs; [ distrobox ]; } diff --git a/system/core/networking.nix b/system/core/networking.nix index 806616f0..2eb83e61 100644 --- a/system/core/networking.nix +++ b/system/core/networking.nix @@ -6,10 +6,7 @@ ethernet.macAddress = "random"; }; - networking.nameservers = [ - "192.168.178.1" - "192.168.178.111" - ]; + networking.nameservers = [ "192.168.178.111" ]; networking.nftables = { enable = true; diff --git a/system/core/packages.nix b/system/core/packages.nix index b5b4f744..c0805ad6 100644 --- a/system/core/packages.nix +++ b/system/core/packages.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +{ pkgs, ...}: { environment.systemPackages = with pkgs; [ age compsize diff --git a/unfree.nix b/unfree.nix index 371fd3da..6675cc39 100644 --- a/unfree.nix +++ b/unfree.nix @@ -2,7 +2,5 @@ allowed = [ "steam" "steam-unwrapped" - - "android-studio-stable" ]; }