Remudularizaçao do codigo

This commit is contained in:
DarkGui
2025-10-19 20:22:15 -03:00
parent 8e7fe043d6
commit 939cff1632
36 changed files with 158 additions and 134 deletions
+42
View File
@@ -0,0 +1,42 @@
{ config, lib, inputs, pkgs, ... }: {
## pacotes home-manager
home.packages = with pkgs; [
## aplicativos sociais
telegram-desktop
youtube-music
(discord.override {withEquicord = true;})
## Jogos
lutris
heroic
prismlauncher
steam
ryubing
xclicker
mangojuice
mangohud
protonplus
hydralauncher
## Utilitários do sistema e dev tools
fastfetch
cpu-x
git
btop-cuda
vscodium
flatpak
appimage-run
wget
lact
kitty
vlc
tree
python3
unrar
droidcam
gpart
];
}