From b50f54d3ad1c87ff5928139677f64c6151503102 Mon Sep 17 00:00:00 2001 From: ska Date: Tue, 20 Jan 2026 12:32:20 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index c057323..cfae0f8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,8 @@ { imports = [ - ./flatpak-management.nix + # Currently, we don't need flatpaks + # ./flatpak-management.nix ./git-auto-update.nix ]; @@ -169,13 +170,14 @@ gimp obsidian signal-desktop + deltachat-desktop keepassxc thunderbird ]; programs.firefox.enable = false; - services.flatpak.enable = true; + services.flatpak.enable = true; ############################################################ # USB OPTIMIZATIONS