This commit is contained in:
shibazaki 2025-04-08 16:22:26 +02:00
parent 2da08972e1
commit 60d37891f7

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { {pkgs, ...}: {
home.file = { home.file = {
# Add dotfiles or other configuration files here if needed # Add dotfiles or other configuration files here if needed
}; };
@ -7,6 +7,7 @@
netbeans netbeans
wineWowPackages.stable wineWowPackages.stable
winetricks winetricks
sqlite
]; ];
} }