yay vesktop

This commit is contained in:
shibazaki 2025-01-19 17:34:52 +01:00
parent 14769f79e3
commit 366f2d8aed

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{pkgs, ...}: {
home.packages = with pkgs; [
tree
unzip
@ -8,7 +8,7 @@
nautilus
neofetch
firefox
discord
vesktop
bat
btop
ags
@ -18,4 +18,3 @@
programs.bat.enable = true;
programs.btop.enable = true;
}