Adicionando o cosmic e update de rotina

This commit is contained in:
DarkGui
2025-10-17 11:43:37 -03:00
parent 8dcea6660e
commit 98b28e7419
10 changed files with 103 additions and 93 deletions
+10 -1
View File
@@ -3,8 +3,10 @@
home.packages = with pkgs; [
## aplicativos sociais
(discord.override {withVencord = true;})
telegram-desktop
(discord.override {withVencord = true;})
youtube-music
## Jogos
lutris
@@ -16,6 +18,7 @@
mangojuice
mangohud
protonplus
hydralauncher
## Utilitários do sistema e dev tools
fastfetch
@@ -30,6 +33,12 @@
kitty
vlc
tree
alacarte
python3
unrar
droidcam
gpart
];
}