Upd rotina

This commit is contained in:
DarkGui
2025-09-23 19:24:55 -03:00
parent a66d8f334c
commit 9511b0d709
29 changed files with 43 additions and 1 deletions
+35
View File
@@ -0,0 +1,35 @@
{ 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
tree
];
}