From 5c74dc820b27b9208ca0cf0a3c3efb737128970d Mon Sep 17 00:00:00 2001 From: Timo Boomers Date: Tue, 8 Jul 2025 15:10:02 +0200 Subject: [PATCH] changed configs --- hosts/ti-clt-lpt01/configuration.nix | 7 ++++++- hosts/ti-clt-lpt01/home.nix | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/ti-clt-lpt01/configuration.nix b/hosts/ti-clt-lpt01/configuration.nix index b0ae7da..ae4467c 100644 --- a/hosts/ti-clt-lpt01/configuration.nix +++ b/hosts/ti-clt-lpt01/configuration.nix @@ -44,8 +44,13 @@ users.users.xeovalyte = { isNormalUser = true; description = "Timo Boomers"; - extraGroups = [ "networkmanager" "wheel" "dialout" ]; + extraGroups = [ "networkmanager" "wheel" "dialout" "adbusers" ]; }; + + networking.networkmanager.enable = true; + + programs.nix-ld.enable = true; + programs.adb.enable = true; # Boot. boot.loader.efi.canTouchEfiVariables = true; diff --git a/hosts/ti-clt-lpt01/home.nix b/hosts/ti-clt-lpt01/home.nix index 879db29..0ad582a 100644 --- a/hosts/ti-clt-lpt01/home.nix +++ b/hosts/ti-clt-lpt01/home.nix @@ -67,6 +67,7 @@ unstable.surfer # waveform viewer unstable.vscode pomodoro-gtk + unstable.brave # Office libreoffice