Skip to content

Commit

Permalink
andesite: add kitty terminfo
Browse files Browse the repository at this point in the history
I use kitty.

Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Dec 7, 2024
1 parent b953c7a commit 80c1a51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion machines/andesite/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, pkgs, ... }:
{
imports = [
inputs.self.nixosModules.from-facts
Expand Down Expand Up @@ -28,5 +28,9 @@
../../keys/users/scrumplex.pub
];

environment.systemPackages = [
pkgs.kitty.terminfo
];

system.stateVersion = "24.11";
}

0 comments on commit 80c1a51

Please sign in to comment.