add: helix

This commit is contained in:
ooks-io 2023-08-27 21:37:33 +12:00
parent b57e31314d
commit 72e0e7b577
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,7 @@
./pfetch.nix
./starship.nix
./joshuto
./helix.nix
];
home.packages = with pkgs; [
bc # Calculator
@ -25,6 +26,7 @@
tre-command # Better tree
unzip
progress
killall
];
programs = {

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.package = with pkgs; [
helix
]
}