diff options
Diffstat (limited to '')
-rw-r--r-- | home-configuration.scm | 53 |
1 files changed, 44 insertions, 9 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 5d87bec..bbc6afb 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -11,18 +11,24 @@ (gnu home services shells) (gnu services) (gnu packages admin) + (gnu packages android) + (gnu packages algebra) (gnu packages gnome) (gnu packages base) + (gnu packages file) (gnu packages imagemagick) (gnu packages xfce) (gnu packages video) (gnu packages bash) + (gnu packages ncurses) (gnu packages ccache) (gnu packages rust-apps) + (gnu packages rust) (gnu packages networking) (gnu packages linux) (gnu packages llvm) (gnu packages cmake) + (gnu packages python-xyz) (gnu packages music) (gnu packages photo) (gnu packages wm) @@ -52,6 +58,8 @@ (gnu packages tmux) (gnu packages irc) (gnu packages tor) + (gnu packages tree-sitter) + (gnu packages curl) (gnu packages bittorrent) (gnu packages compression) (gnu packages w3m) @@ -61,6 +69,7 @@ (gnu packages password-utils) (gnu packages emulators) (gnu packages ntp) + (gnu packages telephony) (guix gexp) (guix build utils) (guix channels)) @@ -79,33 +88,41 @@ ;; which (packages (list imagemagick network-manager + adb thunar bash bat + binutils blueman bluez + bc + python-virtualenv rust-cargo + rust clang cmake cmus - ccache - chrony - weechat + ccache + chrony + curl + weechat darktable dunst - dolphin-emu + dolphin-emu easytag + ncurses fastfetch ffmpeg flatpak foot + file gajim - gajim + gajim-omemo gammastep gcc gimp git - git-delta + git-delta go gparted greetd @@ -118,12 +135,12 @@ libreoffice mercurial mpv + mumble neomutt neovim newsboat nmap obs - opendoas passt password-store patchelf @@ -153,11 +170,29 @@ wl-clipboard wofi wtype + xdg-utils yt-dlp ytfzf zathura - toot + toot zip + tree-sitter-html + tree-sitter-css + tree-sitter-javascript + tree-sitter-typescript + tree-sitter-python + tree-sitter-rust + tree-sitter-scheme + tree-sitter-org + tree-sitter-php + tree-sitter-markdown + tree-sitter-lua + tree-sitter-json + tree-sitter-go + tree-sitter-c-sharp + tree-sitter-c + tree-sitter-cpp + tree-sitter-bash zstd)) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. @@ -185,7 +220,7 @@ "." "-") "/" - "-")))) + "-") #:recursive? #t))) ;; The given folders and files we want from the repo (append (find-files "./.config" file-not-symlink-check) (find-files "./.local" file-not-symlink-check) |