stuff
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
{
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# TODO: integrate into gnome-software
|
||||
|
||||
# TODO: somehow run this, like i do in home-manager
|
||||
# flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
|
||||
# fix missing fonts in flatpak, without resorting to copying fonts to a dedicated folder
|
||||
# via https://github.com/NixOS/nixpkgs/issues/119433#issuecomment-1326957279
|
||||
system.fsPackages = [ pkgs.bindfs ];
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
services.gnome.sushi.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pavucontrol
|
||||
lxterminal
|
||||
ffmpegthumbnailer
|
||||
gnomeExtensions.appindicator
|
||||
|
||||
Reference in New Issue
Block a user