summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm60
1 files changed, 30 insertions, 30 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 506a4bd..372eb0f 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -7,16 +7,16 @@
(use-modules (gnu home)
(gnu packages)
(gnu packages vim)
- (gnu packages gcc)
- (gnu packages gnupg)
+ (gnu packages gcc)
+ (gnu packages gnupg)
(gnu packages virtualization)
(gnu services)
- (guix packages)
+ (guix packages)
(guix gexp)
(gnu home services shells)
- (gnu home services desktop)
- (gnu home services gnupg)
- (gnu home services)
+ (gnu home services desktop)
+ (gnu home services gnupg)
+ (gnu home services)
(home-services pipewire)
(home-packages mozillia)
(home-packages audio))
@@ -26,40 +26,40 @@
(inherit neovim)
(native-inputs
(modify-inputs (package-native-inputs neovim)
- (prepend gcc-12)))))
+ (prepend gcc-12)))))
(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"
+ "mako"
"i3-autotiling"
"wofi"
- "qrencode"
+ "qrencode"
"sassc"
- "binutils"
- "gcc-toolchain"
+ "binutils"
+ "gcc-toolchain"
"clang-toolchain"
- "libreoffice"
- "gnupg"
- "pavucontrol"
- "bind:utils"
- "syncthing"
- "imv"
- "unzip"
- "p7zip"
- "curl"
- "htop"
- "curl"
- "zathura"
- "zathura-pdf-mupdf"
- "gimp"
- "weechat"
- "mpv"
- "git"
+ "libreoffice"
+ "gnupg"
+ "pavucontrol"
+ "bind:utils"
+ "syncthing"
+ "imv"
+ "unzip"
+ "p7zip"
+ "curl"
+ "htop"
+ "curl"
+ "zathura"
+ "zathura-pdf-mupdf"
+ "gimp"
+ "weechat"
+ "mpv"
+ "git"
"pinentry"
"ungoogled-chromium"
- "element-desktop"
+ "element-desktop"
"nm-tray"
"pfetch"
"acpi"
@@ -77,7 +77,7 @@
"tree-sitter-cli"
"python-pynvim"))
- (list my-neovim easyeffects firefox-wayland-new)))
+ (list my-neovim easyeffects firefox-wayland-new)))
;; Below is the list of Home services. To search for available
;; services, run 'guix home search KEYWORD' in a terminal.