.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -65,12 +65,6 @@
|
||||
);
|
||||
};
|
||||
|
||||
# chaotic
|
||||
chaotic.nyx = {
|
||||
cache.enable = true;
|
||||
overlay.enable = true;
|
||||
};
|
||||
|
||||
services.printing.enable = false;
|
||||
services = {
|
||||
flatpak = {
|
||||
|
||||
Reference in New Issue
Block a user