dotfiles/nixos/home/modules/environment.nix
2025-04-28 16:50:07 +02:00

17 lines
240 B
Nix

{pkgs, ...}: {
home.file = {
# Add dotfiles or other configuration files here if needed
};
home.packages = with pkgs; [
netbeans
wineWowPackages.stable
winetricks
sqlite
waybar
papirus-icon-theme
];
}