diff options
| author | vin <git@vineetk.net> | 2026-04-08 10:22:36 -0400 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2026-04-08 10:22:36 -0400 |
| commit | e686c41fb71463dfb50caaa2c8012af1dc30b19e (patch) | |
| tree | bf8eacaba513944ca3328834ae10f49d4f065bda | |
| parent | 1d0384b37524546802bb078e0d48386d996e2bb0 (diff) | |
home: add laptop-specific packages
| -rw-r--r-- | epistemia/home/config.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/epistemia/home/config.scm b/epistemia/home/config.scm index 55ef376..90670ec 100644 --- a/epistemia/home/config.scm +++ b/epistemia/home/config.scm | |||
| @@ -53,6 +53,10 @@ | |||
| 53 | rsync | 53 | rsync |
| 54 | unzip | 54 | unzip |
| 55 | 55 | ||
| 56 | ;; laptop | ||
| 57 | acpi | ||
| 58 | light | ||
| 59 | |||
| 56 | ;; cryptography | 60 | ;; cryptography |
| 57 | age | 61 | age |
| 58 | gnupg | 62 | gnupg |
| @@ -175,7 +179,8 @@ | |||
| 175 | (service home-dbus-service-type) | 179 | (service home-dbus-service-type) |
| 176 | (service home-pipewire-service-type | 180 | (service home-pipewire-service-type |
| 177 | (home-pipewire-configuration | 181 | (home-pipewire-configuration |
| 178 | (enable-pulseaudio? #t))) | 182 | (enable-pulseaudio? #t) |
| 183 | (wireplumber wireplumber-minimal))) | ||
| 179 | (service home-dotfiles-service-type | 184 | (service home-dotfiles-service-type |
| 180 | (home-dotfiles-configuration | 185 | (home-dotfiles-configuration |
| 181 | (layout 'stow) | 186 | (layout 'stow) |
