feat: nixos desktop - add flatpak

This commit is contained in:
Ryan Yin
2025-06-03 12:56:04 +08:00
parent 72572a87d6
commit 72403971ed
3 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,8 @@
pkgs-unstable,
...
}: {
services.flatpak.enable = true;
# add user's shell into /etc/shells
environment.shells = with pkgs; [
bashInteractive