From d3dbf8583a85c50e7559f6f8417f7cde045c0e93 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 16 Jun 2026 00:38:35 -0400 Subject: [PATCH] mod: fixed valefor --- flake.nix | 2 +- modules/machine/cloud/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9b6ece8..c41215c 100644 --- a/flake.nix +++ b/flake.nix @@ -122,7 +122,7 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.extraSpecialArgs = extraSpecialArgs; + home-manager.extraSpecialArgs = extraSpecialArgs // { isNixOS = true; role = "workstation"; }; home-manager.backupFileExtension = "bak"; home-manager.users.${userName}.imports = [ ./home diff --git a/modules/machine/cloud/configuration.nix b/modules/machine/cloud/configuration.nix index c816a20..be9e6fc 100644 --- a/modules/machine/cloud/configuration.nix +++ b/modules/machine/cloud/configuration.nix @@ -83,6 +83,8 @@ in { shared-mime-info wl-clipboard wl-clip-persist + ollama-rocm + newelle ]; # Enable Polkit