Compare commits

...

3 commits

Author SHA1 Message Date
69786634cb
use DoH3 in dae 2025-03-13 10:28:29 +08:00
3bcd428c2b
add pipe feature support for nix 2025-03-13 10:28:27 +08:00
80f72df094
add profileNames for stylix config 2025-03-13 10:28:23 +08:00
3 changed files with 12 additions and 6 deletions

View file

@ -16,6 +16,9 @@ in
};
};
config = lib.mkIf cfg.enable {
stylix.targets.firefox.profileNames = [
"default"
];
programs.firefox = {
enable = true;
languagePacks = [

View file

@ -32,10 +32,13 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
auto-optimise-store = lib.mkDefault true;
experimental-features = [
"nix-command"
"flakes"
];
experimental-features =
[
"nix-command"
"flakes"
]
++ (lib.optional config.lix.enable "pipe-operator")
++ (lib.optional (!config.lix.enable) "pipe-operators");
warn-dirty = false;
system-features = [
"kvm"

View file

@ -24,8 +24,8 @@ dns {
ipversion_prefer: 4
upstream {
googledns: 'tcp+udp://8.8.8.8:53'
alidns: 'udp://223.5.5.5:53'
googledns: 'http3://8.8.8.8/dns-query'
alidns: 'http3://223.6.6.6/dns-query'
}
routing {
request {