1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: minor changes, enable flatpak locally for kicad, fix hyprland cursors

This commit is contained in:
oddlama 2024-10-17 15:50:01 +02:00
parent 9675fd6d70
commit 080e8b7f52
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 5 additions and 2 deletions

View file

@ -86,6 +86,6 @@ in
homepage = "https://actualbudget.com/";
license = licenses.mit;
mainProgram = "actual-server";
maintainers = with maintainers; [patrickdag oddlama];
maintainers = with maintainers; [oddlama patrickdag];
};
}