mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add bottles
This commit is contained in:
parent
91737b82cc
commit
d41f8c1b0c
@ -11,22 +11,37 @@
|
|||||||
#F
|
#F
|
||||||
# Let's just use the default way:
|
# Let's just use the default way:
|
||||||
# https://nixos.wiki/wiki/Flatpak
|
# https://nixos.wiki/wiki/Flatpak
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
#
|
|
||||||
# TODO: These commands have to be executed manually.
|
# TODO: These commands have to be executed manually.
|
||||||
# flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
||||||
# flatpak update
|
#flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
#flatpak update
|
||||||
|
|
||||||
#
|
#
|
||||||
# # Change PDF metadata
|
# Some flatpak apps
|
||||||
# flatpak install io.github.diegoivan.pdf_metadata_editor
|
#
|
||||||
# # Trim, flip, rotate, crop and export individual clips.
|
|
||||||
# flatpak install io.gitlab.adhami3310.Footage
|
# Change PDF metadata
|
||||||
# # Fediverse client. There is also a native client, but it is outdated: https://github.com/GeopJr/Tuba#third-party
|
#flatpak install io.github.diegoivan.pdf_metadata_editor
|
||||||
# flatpak install dev.geopjr.Tuba
|
|
||||||
# # Chat with AI.
|
# Trim, flip, rotate, crop and export individual clips.
|
||||||
# # nixpkgs merge request: https://github.com/NixOS/nixpkgs/pull/228585
|
#flatpak install io.gitlab.adhami3310.Footage
|
||||||
# # AUR and flatpak builder: https://bavarder.codeberg.page/install/
|
|
||||||
# flatpak install io.github.Bavarder.Bavarder
|
# Fediverse client. There is also a native client, but it is outdated: https://github.com/GeopJr/Tuba#third-party
|
||||||
# # Speedtest in Germany. Also available in nixpkgs stable/unstable, but outdated.
|
#flatpak install dev.geopjr.Tuba
|
||||||
# flatpak install de.breitbandmessung.Breitbandmessung
|
|
||||||
|
# Chat with AI.
|
||||||
|
# nixpkgs merge request: https://github.com/NixOS/nixpkgs/pull/228585
|
||||||
|
# AUR and flatpak builder: https://bavarder.codeberg.page/install/
|
||||||
|
#flatpak install io.github.Bavarder.Bavarder
|
||||||
|
|
||||||
|
# Speedtest in Germany. Also available in nixpkgs stable/unstable, but outdated.
|
||||||
|
#flatpak install de.breitbandmessung.Breitbandmessung
|
||||||
|
|
||||||
|
# Run Windows apps and games
|
||||||
|
#flatpak install com.usebottles.bottles
|
||||||
|
# Allow adding .desktop entries
|
||||||
|
#flatpak override com.usebottles.bottles --user --filesystem=xdg-data/applications
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user