diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 15 |
1 files changed, 13 insertions, 2 deletions
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 |
