dotfiles/nixos/home/modules/environment.nix
2025-01-11 22:07:56 +01:00

13 lines
196 B
Nix

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