flatpak support

This commit is contained in:
2026-07-03 16:38:02 -05:00
parent c311e89baa
commit 9e4ed6a05a
4 changed files with 32 additions and 4 deletions
+3 -1
View File
@@ -91,7 +91,7 @@
};
# Install firefox.
programs.firefox.enable = true;
# programs.firefox.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
@@ -119,6 +119,8 @@
# List services that you want to enable:
services.flatpak.enable = true;
# Enable the OpenSSH daemon.
# services.openssh.enable = true;