mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
remove dae
This commit is contained in:
parent
8e6d41ea30
commit
aafecf3ce9
2 changed files with 16 additions and 5 deletions
|
|
@ -30,6 +30,13 @@
|
||||||
fd
|
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 = {
|
activation = {
|
||||||
niri-transition =
|
niri-transition =
|
||||||
lib.hm.dag.entryAfter [ "writeBoundary" ]
|
lib.hm.dag.entryAfter [ "writeBoundary" ]
|
||||||
|
|
@ -86,7 +93,7 @@
|
||||||
safe = {
|
safe = {
|
||||||
directory = "*";
|
directory = "*";
|
||||||
};
|
};
|
||||||
|
http.proxy = "http://127.0.0.1:7890";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,10 +63,10 @@
|
||||||
|
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
|
|
||||||
dae = {
|
# dae = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
configFile = "/home/${user}/.config/dae/config.dae";
|
# configFile = "/home/${user}/.config/dae/config.dae";
|
||||||
};
|
# };
|
||||||
|
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
};
|
};
|
||||||
|
|
@ -133,6 +133,10 @@
|
||||||
GDK_SCALE = "";
|
GDK_SCALE = "";
|
||||||
GDK_DPI_SCALE = "";
|
GDK_DPI_SCALE = "";
|
||||||
NIRI_CONFIG = "/home/${user}/.config/niri/config-override.kdl";
|
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 = {
|
sessionVariables = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue