From 361844c9b3db95582845bb9fa721fe25bf25aa08 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:35:05 +0400 Subject: [PATCH] enable flatpak sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 462a4d1b..771b4849 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -22,6 +22,7 @@ kitty.enable = true; wezterm.enable = false; foot.enable = true; + flatpak.enable = true; bspwm = { enable = false; polybar.enable = false;