diff --git a/flake.nix b/flake.nix index 82a3ceb..21bbcca 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,6 @@ ++ (if (desktop && os == "linux") then [ ./homes/linux-desktop.nix plasma-manager.homeModules.plasma-manager - quadlet-nix.homeManagerModules.quadlet ] else [ ]) ++ extraModules; extraSpecialArgs = { diff --git a/homes/common.nix b/homes/common.nix index 3836d34..32c75f9 100644 --- a/homes/common.nix +++ b/homes/common.nix @@ -65,7 +65,6 @@ # tsed - TailScale Exit node Disconnect tsed = "tailscale set --exit-node="; micromamba = "mamba"; - conda = "mamba"; }; sessionPath = [ "$HOME/.local/bin" ]; }; diff --git a/homes/odyssey.nix b/homes/odyssey.nix index 1d50f04..53b5368 100644 --- a/homes/odyssey.nix +++ b/homes/odyssey.nix @@ -14,23 +14,6 @@ services = { gpg-agent = { sshKeys = [ "F72C07DBA3DC0903C3ABB55E8B460803FEC22640" ]; }; }; - virtualisation.quadlet = { - containers = { - anythingllm = { - autoStart = true; - containerConfig = { - image = "docker.io/mintplexlabs/anythingllm:1.9"; - addHosts = [ "ollama.millironx.local:host-gateway" ]; - publishPorts = [ "3001:3001" ]; - volumes = - [ "${config.xdg.dataHome}/anythingllm:/app/server/storage:Z" ]; - environments = { STORAGE_DIR = "/app/server/storage"; }; - - }; - }; - }; - autoUpdate.enable = true; - }; xdg = { configFile = { "nextflow.config".text = '' diff --git a/programs/plasma.nix b/programs/plasma.nix index c2db348..2fdd769 100644 --- a/programs/plasma.nix +++ b/programs/plasma.nix @@ -16,7 +16,6 @@ ShowFullPath = true; ShowStatusBar = "FullWidth"; ShowZoomSlider = true; - ViewMode = 1; }; "KFileDialog Settings" = { "Places Icons Auto-resize" = false; @@ -67,7 +66,7 @@ Appearance.chartFace = "org.kde.ksysguard.barchart"; Sensors.highPrioritySensorIds = "[${ builtins.concatStringsSep "," (builtins.genList - (i: ''"cpu/cpu${builtins.toString i}/usage"'') 32) + (i: ''"cpu/cpu${builtins.toString i}/usage"'') 12) }]"; }; }