mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
new zellij woooo
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
d6d117276c
commit
a23036a3d8
1 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ let
|
|||
];
|
||||
});
|
||||
helix = inputs.helix.packages.${pkgs.system}.default;
|
||||
# nixpkgs-master-pkgs = inputs.nixpkgs-master.legacyPackages.${pkgs.system};
|
||||
nixpkgs-master-pkgs = inputs.nixpkgs-master.legacyPackages.${pkgs.system};
|
||||
# nixpkgs-master = inputs.nixpkgs-master;
|
||||
nixpkgs-master = import inputs.nixpkgs-master {
|
||||
inherit (config.nixpkgs) config overlays;
|
||||
|
@ -145,7 +145,8 @@ in {
|
|||
w3m
|
||||
github-cli
|
||||
mc
|
||||
zellij
|
||||
# zellij
|
||||
(nixpkgs-master-pkgs.zellij)
|
||||
lsd
|
||||
tealdeer
|
||||
fd
|
||||
|
|
Loading…
Reference in a new issue