mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
I want my terminfo thanks
This commit is contained in:
parent
3a2aea3116
commit
f0ce68ff89
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.cryptsetup ];
|
||||
environment.systemPackages = [
|
||||
pkgs.cryptsetup
|
||||
pkgs.buildPackages.rxvt-unicode-unwrapped.terminfo
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue