dotfiles/nixos/home/modules/environment.nix
shibazaki c7c180ae49 rpi
2025-05-05 10:38:19 +02:00

16 lines
227 B
Nix

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