Shell improvements
- `nix-output-monitor` - `zoxide` - `zellij` - `helix` as default editor
This commit is contained in:
parent
6792d0975d
commit
ce2ee96025
4 changed files with 174 additions and 8 deletions
|
@ -10,6 +10,7 @@
|
|||
rock5b,
|
||||
emacsSource,
|
||||
helix,
|
||||
nom,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
|
@ -51,7 +52,8 @@
|
|||
nur.overlay
|
||||
(_: _: {
|
||||
inherit emacsSource;
|
||||
helix = helix.packages.${pkgs.system}.default;
|
||||
helix = helix.packages.${pkgs.system}.helix-dev;
|
||||
nom = nom.packages.${pkgs.system}.default;
|
||||
})
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue