From 23dc7330b8ef7476eec432a3274f40b757254a37 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 27 Mar 2026 09:23:50 +0100 Subject: add nextcloud-client --- hosts/workstation/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 28f92a6..2a26646 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -107,7 +107,12 @@ }; }; - systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; + systemd ={ + tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; + services = { + waydroid-container.enable = true; + }; + }; services.printing.drivers = [ pkgs.epson-escpr2 pkgs.epson-escpr ]; environment.systemPackages = with pkgs; [ clinfo ]; -- cgit v1.2.3-70-g09d2