aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-10-20 12:35:44 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-10-20 12:35:44 +0000
commit8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b (patch)
tree9be1935047d8a54a888f603d9543feffe50aace1
parent5d7eba21c0a61c14de54b1cef6953a7f41319bf4 (diff)
downloaddotfiles-8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b.tar
dotfiles-8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b.tar.gz
dotfiles-8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b.tar.bz2
dotfiles-8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b.tar.lz
dotfiles-8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b.tar.xz
dotfiles-8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b.tar.zst
dotfiles-8865d72e0369b5e1e5b5c54ba6e42a0caec3ba7b.zip
home-configuration.scm: minor aditions
-rw-r--r--home-configuration.scm53
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)