From 79448c928231393fcf269688b2a936ea1797a7f1 Mon Sep 17 00:00:00 2001 From: ska Date: Thu, 25 Dec 2025 22:24:55 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 720819a..80dea59 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,6 +1,11 @@ { config, pkgs, ... }: { + + imports = [ + ./flatpak.nix + ]; + ############################################################ # BOOTLOADER - SYSTEMD-BOOT ############################################################ @@ -167,6 +172,7 @@ wget openssh + bazaar obsidian libreoffice keepassxc @@ -182,7 +188,7 @@ services.flatpak.enable = true; ############################################################ - # GIT AUTO-UPDATE SCRIPT test + # GIT AUTO-UPDATE SCRIPT ############################################################ environment.etc."update-nixos-config.sh".text = ''