hermit/programs.nix: add abook, aerc, aichat, wordgrinder
This commit is contained in:
parent
67e4c17305
commit
c120398b51
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
environment.systemPackages = builtins.attrValues {
|
environment.systemPackages = builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
|
abook
|
||||||
|
aerc
|
||||||
|
aichat
|
||||||
alsa-utils
|
alsa-utils
|
||||||
anki
|
anki
|
||||||
asciinema
|
asciinema
|
||||||
|
@ -73,6 +76,7 @@
|
||||||
vlc
|
vlc
|
||||||
vscodium
|
vscodium
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
wordgrinder
|
||||||
xournalpp
|
xournalpp
|
||||||
;
|
;
|
||||||
inherit (self.packages.${pkgs.stdenv.system}) helix;
|
inherit (self.packages.${pkgs.stdenv.system}) helix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue