Adicionando home-manager

Upd de rotina e adiçao do home-manager
This commit is contained in:
Guilherme Hermando
2025-09-12 21:55:58 -03:00
committed by GitHub
parent a9d54e8134
commit 4ee77b05e3
8 changed files with 103 additions and 48 deletions
+33
View File
@@ -0,0 +1,33 @@
{ 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
vscode
flatpak
appimage-run
wget
lact
kitty
];
}