feat: add flatpack to install apps not supported well in NixOS

This commit is contained in:
ryan4yin
2023-05-14 18:22:33 +08:00
parent ed27505556
commit 0517d0e8df
3 changed files with 30 additions and 1 deletions
+3
View File
@@ -153,6 +153,9 @@
sound.enable = true;
hardware.pulseaudio.enable = false;
# https://flatpak.org/setup/NixOS
services.flatpak.enable = true;
# security with polkit
services.power-profiles-daemon = {
enable = true;