mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-17 15:53:24 +02:00
fix: remove all remaining uses of the term NixOS
Of particular importance is the change in the README to make it clear that Nix is not so much a distribution as it is an universal package distribution option on par with Flatpak and Snap.
This commit is contained in:
@@ -33,7 +33,7 @@ All applications are defined in [`src/lib/data.ts`](src/lib/data.ts).
|
||||
arch: 'package-name', // Use AUR package names with -bin suffix
|
||||
fedora: 'package-name',
|
||||
opensuse: 'package-name',
|
||||
nixos: 'package-name',
|
||||
nix: 'package-name',
|
||||
flatpak: 'com.vendor.AppId', // Full Flatpak ID
|
||||
snap: 'snap-name', // Include --classic if needed
|
||||
},
|
||||
@@ -218,7 +218,7 @@ Open a [Discussion](https://github.com/abusoww/tuxmate/discussions) or create an
|
||||
arch: 'package-name', // Use AUR package names with -bin suffix
|
||||
fedora: 'package-name',
|
||||
opensuse: 'package-name',
|
||||
nixos: 'package-name',
|
||||
nix: 'package-name',
|
||||
flatpak: 'com.vendor.AppId', // Full Flatpak ID
|
||||
snap: 'snap-name', // Include --classic if needed
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user