diff options
Diffstat (limited to 'home/home.scm')
-rw-r--r-- | home/home.scm | 91 |
1 files changed, 49 insertions, 42 deletions
diff --git a/home/home.scm b/home/home.scm index 77a927a..aa03ec0 100644 --- a/home/home.scm +++ b/home/home.scm @@ -28,63 +28,70 @@ (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, unser ~/.guix-home/profile. - (packages (append (specifications->packages (list "xdg-utils" - "mako" - "vscodium" - "libnotify" + (packages (append (specifications->packages (list ; desktop programs + "gnome-keyring" + "gimp" + "ungoogled-chromium" + "librewolf" + "steam" + + ; terminal + "alacritty" + "kitty" + + ; desktop integration "i3-autotiling" "wofi" + "nm-tray" + "mako" + "grim" + "slurp" + + ; devtools "qrencode" "sassc" "binutils" + "make" + "nasm" + "node" + "pkg-config" + "python-pynvim" + "git" + "openssl" + + ; langs + "gcc-toolchain" "clang-toolchain" + "rust" "racket" + "python" + + ; social + "gajim" + "gajim-omemo" + "gajim-openpgp" + "element-desktop" + "weechat" + + ; multimedia "libreoffice" - "gnupg" "pavucontrol" - "bind:utils" - "syncthing" + "mpv" "imv" - "unzip" - "p7zip" - "curl" - "htop" - "curl" "zathura" "zathura-pdf-mupdf" - "gimp" - "weechat" - "mpv" - "git" - "pinentry" - "ungoogled-chromium" - "element-desktop" - "nm-tray" - "pfetch" - "acpi" - "brightnessctl" + + ; shell + "zsh-syntax-highlighting" + "tree-sitter-cli" "neofetch" - "python" - "make" - "tree" - "rlwrap" - "netcat" - "ripgrep" + "pfetch" "fd" - "nasm" + + ; utilities + "syncthing" "wine-staging" - "winetricks" - "steam" - "node" - "ncurses" - "jq" - "rust" - "gcc-toolchain" - "openssl" - "pkg-config" - "tree-sitter-cli" - "zsh-syntax-highlighting" - "python-pynvim")) + "winetricks")) (list neovim-new easyeffects |