dotfiles/nixcfgs/modules/nixos/desktop/winboat.nix

5 lines
76 B
Nix

{inputs, ...}: {
environment.systemPackages = [
inputs.winboat
];
}