reajustes no codigo

This commit is contained in:
2026-05-10 16:37:42 -03:00
parent 1d1e886b62
commit 0211c5e3e5
8 changed files with 213 additions and 221 deletions
+5 -1
View File
@@ -12,7 +12,6 @@
environment.systemPackages = with pkgs; [
## Navegadores
librewolf
inputs.zen-browser.packages.${pkgs.system}.default
## Streaming / mídia
@@ -83,6 +82,11 @@
services.logmein-hamachi.enable = true;
programs.haguichi.enable = true;
imports = [ inputs.aagl.nixosModules.default ];
nix.settings = inputs.aagl.nixConfig;
programs.sleepy-launcher.enable = true;
programs.anime-game-launcher.enable = true;
nixpkgs.config.permittedInsecurePackages = [
"electron-38.8.4"
];