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