Added flatpak to system

This commit is contained in:
2024-06-05 12:20:59 -03:00
parent ad53ac3bce
commit 3e45c60278

View File

@@ -44,6 +44,8 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
]; ];
services.flatpak.enable = true;
services.fwupd.enable = true; services.fwupd.enable = true;
# Ollama as a service # Ollama as a service