dustbowl: move some apps to flatpak
This commit is contained in:
parent
4d5ae45bd5
commit
e7dfeef11e
2 changed files with 8 additions and 4 deletions
|
|
@ -27,6 +27,12 @@ if test -e /dev/tpmrm0
|
||||||
set -gx TPM2_PKCS11_TCTI device:/dev/tpmrm0
|
set -gx TPM2_PKCS11_TCTI device:/dev/tpmrm0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# abbrs for flatpak apps
|
||||||
|
abbr --add --position anywhere libreoffice flatpak run org.libreoffice.LibreOffice
|
||||||
|
abbr --add --position anywhere xournalpp flatpak run com.github.xournalpp.xournalpp
|
||||||
|
abbr --add --position anywhere plattenalbum flatpak run de.wagnermartin.Plattenalbum
|
||||||
|
abbr --add --position anywhere pavucontrol flatpak run org.pulseaudio.pavucontrol
|
||||||
|
|
||||||
function launch
|
function launch
|
||||||
true && $argv & && disown && exit
|
true && $argv & && disown && exit
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -238,9 +238,6 @@
|
||||||
mpv
|
mpv
|
||||||
zathura
|
zathura
|
||||||
imv
|
imv
|
||||||
pavucontrol
|
|
||||||
xournalpp
|
|
||||||
libreoffice
|
|
||||||
okular
|
okular
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
openrgb
|
openrgb
|
||||||
|
|
@ -249,7 +246,6 @@
|
||||||
zotero-beta
|
zotero-beta
|
||||||
wpa_supplicant_gui
|
wpa_supplicant_gui
|
||||||
keepassxc
|
keepassxc
|
||||||
plattenalbum
|
|
||||||
spotify
|
spotify
|
||||||
gnucash
|
gnucash
|
||||||
welle-io
|
welle-io
|
||||||
|
|
@ -270,6 +266,8 @@
|
||||||
(callPackage ./posy-cursor-black.nix { })
|
(callPackage ./posy-cursor-black.nix { })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
# Use doas instead of sudo
|
# Use doas instead of sudo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue