Odin: terminfo

This commit is contained in:
Filippo Berto 2024-12-26 11:32:25 +01:00
parent 3b1bbe13e1
commit 2a068f849c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -11,7 +11,7 @@
"grp:menu_toggle"
];
};
# packages = builtins.attrValues {
packages = (builtins.attrValues {
# inherit (pkgs)
# # element-desktop # matrix client
# # evolution
@ -55,7 +55,7 @@
# wireguard-tools
# xournalpp
# ;
# };
}) ++ [ pkgs.kitty.terminfo ];
};