diff options
| author | adikro <adikro@disroot.org> | 2025-11-29 11:18:36 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-29 11:18:36 +0100 |
| commit | c5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (patch) | |
| tree | 57bc6fc1a2d935a48e9774a53c4ea8f6a41f4934 /hosts | |
| parent | 7ee48cb34c79dfd1676ac5490cc94f771357e72c (diff) | |
some stuff
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index a9a147a..df86452 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -37,6 +37,8 @@ package = pkgs.xwayland-satellite; }; + programs.kdeconnect.enable = true; + programs.coolercontrol.enable = true; programs.gnupg.agent = { @@ -91,9 +93,9 @@ chaotic = { mesa-git = { enable = true; fallbackSpecialisation = false; - extraPackages = with pkgs; [ - mesa_git.opencl - ]; + extraPackages = with pkgs; [ + mesa_git.opencl + ]; }; }; @@ -101,10 +103,19 @@ services.dbus.enable = true; xdg.portal = { enable = true; - wlr.enable = true; + xdgOpenUsePortal = true; + wlr = { + enable = true; + }; + config = { + common = { + default = [ + "gtk" + ]; + }; + }; extraPortals = with pkgs; [ xdg-desktop-portal-gtk - xdg-desktop-portal-gnome ]; }; @@ -144,12 +155,13 @@ environment.sessionVariables = { users.users.adam = { isNormalUser = true; - extraGroups = [ "wheel" "input" ]; + extraGroups = [ "wheel" "input" "docker" ]; home = "/home/adam"; shell = pkgs.fish; }; environment.systemPackages = with pkgs; [ + dbus swaylock-effects swayidle helvum @@ -162,7 +174,6 @@ environment.sessionVariables = { nh gamemode mangohud - grimblast cliphist wl-clipboard nix-output-monitor |
