From 896e7b5791c4723313790b1e07e867fcd7003212 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 29 Nov 2025 13:47:53 +0100 Subject: uhh --- hosts/desktop/configuration.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index df86452..50dc3a3 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -32,6 +32,15 @@ enable = true; }; + programs.thunar = { + enable = true; + plugins = [ + pkgs.xfce.thunar-volman + pkgs.xfce.thunar-vcs-plugins + pkgs.xfce.thunar-archive-plugin + ]; + }; + programs.xwayland = { enable = true; package = pkgs.xwayland-satellite; @@ -152,15 +161,18 @@ environment.sessionVariables = { }; programs.fish.enable = true; + + programs.adb.enable = true; users.users.adam = { isNormalUser = true; - extraGroups = [ "wheel" "input" "docker" ]; + extraGroups = [ "wheel" "input" "docker" "adbusers" ]; home = "/home/adam"; shell = pkgs.fish; }; environment.systemPackages = with pkgs; [ + kdePackages.dolphin dbus swaylock-effects swayidle @@ -172,7 +184,6 @@ environment.sessionVariables = { linux-firmware dbus nh - gamemode mangohud cliphist wl-clipboard -- cgit v1.3