1
0
Fork 0

Update totsugeki config

This commit is contained in:
Avery 2025-06-21 16:04:36 +02:00
parent efc78a2b28
commit b0435707e4
Signed by: Avery
GPG key ID: B684FD451B692E04
4 changed files with 15 additions and 17 deletions

View file

@ -52,9 +52,6 @@
]; ];
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
services = { services = { easyeffects.enable = true; };
easyeffects.enable = true;
arrpc.enable = true;
};
xdg.enable = true; xdg.enable = true;
} }

View file

@ -17,11 +17,11 @@
"https://searxng.rcia.dev/static/themes/simple/img/favicon.png"; "https://searxng.rcia.dev/static/themes/simple/img/favicon.png";
}]; }];
}; };
Google.metaData.hidden = true; google.metaData.hidden = true;
Bing.metaData.hidden = true; bing.metaData.hidden = true;
DuckDuckGo.metaData.hidden = true; ddg.metaData.hidden = true;
"Wikipedia (en)".metaData.hidden = true; wikipedia.metaData.hidden = true;
Qwant.metaData.hidden = true; qwant.metaData.hidden = true;
}; };
force = true; force = true;
order = [ "SearXNG" ]; order = [ "SearXNG" ];

View file

@ -18,7 +18,7 @@
"ags" "ags"
"swww-daemon" "swww-daemon"
"lxqt-policykit-agent" "lxqt-policykit-agent"
"[workspace 10 silent] qbittorrent" "[workspace 10 silent] sleep 20s && mullvad-exclude qbittorrent"
]; ];
env = [ env = [
@ -150,6 +150,10 @@
disable_splash_rendering = true; disable_splash_rendering = true;
vrr = 2; vrr = 2;
}; };
ecosystem = {
no_update_news = true;
no_donation_nag = true;
};
}; };
extraConfig = '' extraConfig = ''
submap = Fondo de pantalla submap = Fondo de pantalla
@ -170,6 +174,7 @@
bindl = MOD3, m, submap, reset bindl = MOD3, m, submap, reset
submap = reset submap = reset
''; '';
}; };

View file

@ -18,14 +18,10 @@
fsType = "btrfs"; fsType = "btrfs";
options = [ "user" "x-systemd.automount" "exec" ]; options = [ "user" "x-systemd.automount" "exec" ];
}; };
"/mnt/Windows" = { "/mnt/Juegos" = {
device = "/dev/disk/by-uuid/491E4ED690A84DBB"; device = "/dev/disk/by-uuid/2a474d7c-0a0f-423a-b892-98be45903073";
fsType = "ntfs"; fsType = "btrfs";
options = [ "nofail" ]; options = [ "nofail" ];
}; };
"/mnt/MHWildsTemp" = {
device = "/dev/disk/by-uuid/674312a5-9d19-4e06-99ce-1481f3b45acd";
fsType = "ext4";
};
}; };
} }