This commit is contained in:
2026-05-24 02:02:26 -03:00
parent c7ed427219
commit 3918060de7
5 changed files with 77 additions and 224 deletions
+4 -3
View File
@@ -12,11 +12,12 @@
environment.systemPackages = with pkgs; [
## Navegadores
inputs.zen-browser.packages.${pkgs.system}.default
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.my-pkgs.packages.${pkgs.stdenv.hostPlatform.system}.hellium
## Streaming / mídia
inputs.shiru.packages.${pkgs.system}.default
inputs.hayase.packages.${pkgs.system}.default
inputs.my-pkgs.packages.${pkgs.stdenv.hostPlatform.system}.shiru
inputs.my-pkgs.packages.${pkgs.stdenv.hostPlatform.system}.hayase
linux-wallpaperengine
## Segurança / rede
-6
View File
@@ -65,12 +65,6 @@
);
};
# chaotic
chaotic.nyx = {
cache.enable = true;
overlay.enable = true;
};
services.printing.enable = false;
services = {
flatpak = {
+1 -1
View File
@@ -14,7 +14,7 @@
## Configuraçãao do bootloader
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_xanmod_latest;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.configurationLimit = 10;