This commit is contained in:
DarkGui
2025-09-23 15:17:07 -03:00
parent 648b9e51a3
commit 30d0af2b55
29 changed files with 1 additions and 1106 deletions
-34
View File
@@ -1,34 +0,0 @@
{ config, lib, inputs, pkgs, ... }: {
## pacotes home-manager
home.packages = with pkgs; [
## aplicativos sociais
(discord.override {withVencord = true;})
telegram-desktop
## Jogos
lutris
heroic
prismlauncher
steam
ryubing
xclicker
mangojuice
mangohud
protonplus
## Utilitários do sistema e dev tools
fastfetch
cpu-x
git
btop-cuda
vscodium
flatpak
appimage-run
wget
lact
kitty
vlc
];
}