winboat: Get package from nixpkgs

This commit is contained in:
SebastianStork 2025-11-03 10:56:18 +01:00
parent 148a0cd45c
commit 997288caef
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
3 changed files with 3 additions and 29 deletions

View file

@ -1,7 +1,7 @@
{
config,
inputs,
pkgs,
pkgs-unstable,
lib,
...
}:
@ -13,9 +13,9 @@
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
environment.systemPackages = [
pkgs-unstable.winboat
pkgs.docker-compose
pkgs.freerdp
inputs.winboat.packages.${pkgs.system}.winboat
];
};
}