starsector: init and compatability fix

This commit is contained in:
Christoph Hollizeck 2025-03-23 00:46:56 +01:00
parent d294132e24
commit c9896917b0
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 7 additions and 5 deletions

View file

@ -19,6 +19,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
discord
vesktop
];
};
}