From aafecf3ce900e5ee0efafe1460e9bba6f8675000 Mon Sep 17 00:00:00 2001 From: EdenQwQ Date: Mon, 22 Dec 2025 20:38:43 +0800 Subject: [PATCH] remove dae --- home/default.nix | 9 ++++++++- os/system/configuration.nix | 12 ++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/home/default.nix b/home/default.nix index 4dce8e7..15cb2e5 100644 --- a/home/default.nix +++ b/home/default.nix @@ -30,6 +30,13 @@ fd ]; + sessionVariables = { + all_proxy = "http://127.0.0.1:7890"; + ALL_PROXY = "http://127.0.0.1:7890"; + HTTP_PROXY = "http://127.0.0.1:7890"; + HTTPS_PROXY = "http://127.0.0.1:7890"; + }; + activation = { niri-transition = lib.hm.dag.entryAfter [ "writeBoundary" ] @@ -86,7 +93,7 @@ safe = { directory = "*"; }; - + http.proxy = "http://127.0.0.1:7890"; }; }; diff --git a/os/system/configuration.nix b/os/system/configuration.nix index 7446e39..50b9e0b 100644 --- a/os/system/configuration.nix +++ b/os/system/configuration.nix @@ -63,10 +63,10 @@ openssh.enable = true; - dae = { - enable = true; - configFile = "/home/${user}/.config/dae/config.dae"; - }; + # dae = { + # enable = true; + # configFile = "/home/${user}/.config/dae/config.dae"; + # }; flatpak.enable = true; }; @@ -133,6 +133,10 @@ GDK_SCALE = ""; GDK_DPI_SCALE = ""; NIRI_CONFIG = "/home/${user}/.config/niri/config-override.kdl"; + all_proxy = "http://127.0.0.1:7890"; + ALL_PROXY = "http://127.0.0.1:7890"; + HTTP_PROXY = "http://127.0.0.1:7890"; + HTTPS_PROXY = "http://127.0.0.1:7890"; }; sessionVariables = {