diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-21 22:20:19 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-21 22:20:19 -0400 |
commit | 448f484538a4a489ee7c2bfd4131636c14be756e (patch) | |
tree | c0c15b3c8a8f90e186eb1e6da405b49dc4deb2b5 /home-config/home-configuration.scm | |
parent | c1d0f9d65f1edf594b71d24be754b8895cecb399 (diff) |
added aerc and changed monitor layout for school
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index de6cce3..e429a79 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -29,6 +29,8 @@ | |||
29 | ;; Below is the list of packages that will show up in your | 29 | ;; Below is the list of packages that will show up in your |
30 | ;; Home profile, under ~/.guix-home/profile. | 30 | ;; Home profile, under ~/.guix-home/profile. |
31 | (packages (append (specifications->packages (list "bat" | 31 | (packages (append (specifications->packages (list "bat" |
32 | "xdg-utils" | ||
33 | "abook" | ||
32 | "qrencode" | 34 | "qrencode" |
33 | "binutils" | 35 | "binutils" |
34 | "gcc-toolchain" | 36 | "gcc-toolchain" |
@@ -76,6 +78,8 @@ | |||
76 | "sqlite" | 78 | "sqlite" |
77 | "mpv" | 79 | "mpv" |
78 | "playerctl" | 80 | "playerctl" |
81 | "aerc" | ||
82 | "tcpdump" | ||
79 | "pamixer" | 83 | "pamixer" |
80 | "git")) | 84 | "git")) |
81 | (list my-neovim))) | 85 | (list my-neovim))) |
@@ -99,6 +103,7 @@ | |||
99 | ("hypr" ,(local-file "hypr" #:recursive? #t)) | 103 | ("hypr" ,(local-file "hypr" #:recursive? #t)) |
100 | ("waybar" ,(local-file "waybar" #:recursive? #t)) | 104 | ("waybar" ,(local-file "waybar" #:recursive? #t)) |
101 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) | 105 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) |
106 | ("aerc" ,(local-file "aerc" #:recursive? #t)) | ||
102 | ("home-manager" ,(local-file "nix-home-manager" #:recursive? #t)) )) | 107 | ("home-manager" ,(local-file "nix-home-manager" #:recursive? #t)) )) |
103 | (service home-files-service-type | 108 | (service home-files-service-type |
104 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) | 109 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) |