1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-02-15 21:43:49 -05:00
parent 67cec1ad15
commit 850c8accae
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
5 changed files with 17 additions and 8 deletions

View file

@ -93,14 +93,8 @@
openFirewall = true;
};
# misc
flatpak = {
enable = true;
packages = [
"com.github.tchx84.Flatseal"
{ flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l"; }
];
};
blueman.enable = true;
flatpak.enable = true;
openssh = {
enable = true;
knownHosts =

View file

@ -79,7 +79,8 @@
# audio
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils
audacity # Sound editor with graphical UI
# fooyin # Customisable music player
cardinal # Plugin wrapper around VCV Rack
# fooyin # Customisable music player
mpc # Minimalist command line interface to MPD
pavucontrol # PulseAudio Volume Control
playerctl # Command-line utility and library for controlling media players that implement MPRIS
@ -109,4 +110,13 @@
temurin-jre-bin-8 # Eclipse Temurin, prebuilt OpenJDK binary
vlc # Cross-platform media player and streaming server
];
services.flatpak.packages = [
"com.github._0negal.Viper" # Launcher and updater for the Titanfall|2 mod Northstar
"com.github.tchx84.Flatseal" # Manage Flatpak permissions
"net.davidotek.pupgui2" # Install Wine- and Proton-based compatibility tools
# Glorified roblox android wrapper ;w;
{ flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l"; }
];
}