Shell improvements

- `nix-output-monitor`
- `zoxide`
- `zellij`
- `helix` as default editor
This commit is contained in:
Andrea Ciceri 2023-01-19 18:33:04 +01:00
parent 6792d0975d
commit ce2ee96025
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 174 additions and 8 deletions

View file

@ -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;
})
];
})