feat: install terminfo on orion
This commit is contained in:
@@ -4,6 +4,20 @@ let
|
||||
repoHelpers = repo.helpers;
|
||||
in
|
||||
{
|
||||
flake.modules.nixos.terminfo =
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
terminalPackage = repoHelpers.resolvePackagePath {
|
||||
inherit pkgs;
|
||||
path = repo.desktop.terminal.packagePath;
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
terminalPackage.terminfo
|
||||
];
|
||||
};
|
||||
|
||||
flake.modules.homeManager.terminal =
|
||||
{
|
||||
lib,
|
||||
|
||||
@@ -21,6 +21,7 @@ in
|
||||
imports = [
|
||||
nixosModules.host-base
|
||||
|
||||
nixosModules.terminfo
|
||||
nixosModules.sops-host-ssh-key
|
||||
nixosModules.openssh
|
||||
nixosModules.caddy
|
||||
|
||||
Reference in New Issue
Block a user