diff options
| author | adikro <adikro@disroot.org> | 2025-11-29 13:47:53 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-29 13:47:53 +0100 |
| commit | 896e7b5791c4723313790b1e07e867fcd7003212 (patch) | |
| tree | 9ef9c3ad79e60d4154bc3271bb65a463b8de926a /hosts/desktop/configuration.nix | |
| parent | c5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (diff) | |
uhh
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 |
