From 0a498f9833b986c4f57d4eaa173a1e8682bbcba4 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 26 Jan 2025 12:32:31 +0100 Subject: [PATCH] feat: add flatpak --- home/home-configuration.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 19a86cc..f6468f3 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -21,7 +21,11 @@ (gnu packages wm) (gnu packages freedesktop) (gnu packages mail) + (gnu packages gawk) + (gnu packages man) (guix git-download) + (guix build-system gnu) + ((guix licenses) #:prefix license:) (gnu packages fonts) (gnu services) (gnu home services fontutils) @@ -159,7 +163,9 @@ "tree-sitter-vhdl" "tree-sitter-rust" "tree-sitter-bash" "tree-sitter-awk" "tree-sitter-nix" "tree-sitter-python" "tree-sitter-c" "tree-sitter-cpp" "tree-sitter-c-sharp" - "neovim")))) + "neovim" + + "flatpak")))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. -- 2.48.1