add: helix
This commit is contained in:
parent
b57e31314d
commit
72e0e7b577
2 changed files with 9 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
7
home/ooks/opt/shell/helix.nix
Normal file
7
home/ooks/opt/shell/helix.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.package = with pkgs; [
|
||||
helix
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue