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 = ''