From fdbde454bbf8f13d4dcefdf50d6f8fff8b602359 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 22 Jul 2025 00:25:06 +0200 Subject: Setup ardour with flatpak --- hosts/sol/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 32cc7ad..d3b965a 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -33,7 +33,7 @@ # Enable the Cinnamon Desktop Environment. services.xserver.displayManager.lightdm.enable = true; services.xserver.desktopManager.cinnamon.enable = true; - + keyboard.desktop = true; # Enable CUPS to print documents. @@ -70,6 +70,8 @@ ]; }; + services.flatpak.enable = true; + # Install firefox. programs.firefox.enable = true; -- cgit v1.2.3