mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
agdsn and networking updates
This commit is contained in:
parent
5148ff5953
commit
45628bdbc3
22 changed files with 86 additions and 476 deletions
|
@ -7,6 +7,7 @@
|
|||
./sops.nix
|
||||
./vim.nix
|
||||
./tmux.nix
|
||||
./yazi.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
|
14
shared/yazi.nix
Normal file
14
shared/yazi.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ripgrep
|
||||
fd
|
||||
zoxide
|
||||
ffmpegthumbnailer
|
||||
poppler_utils
|
||||
];
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -86,7 +86,7 @@
|
|||
unset PKGS
|
||||
for var in "$@"
|
||||
do
|
||||
PKGS=$PKGS\ nixpkgs/nixos-unstable\#$var
|
||||
PKGS=$PKGS\ nixpkgs/nixos-unstable\\#$var
|
||||
done
|
||||
eval ${pkgs.nix-output-monitor}/bin/nom shell $PKGS
|
||||
}
|
||||
|
@ -99,6 +99,7 @@
|
|||
cat ${../images/cat.sixel}
|
||||
fi
|
||||
eval "$(${pkgs.mcfly}/bin/mcfly init zsh)"
|
||||
eval "$(${pkgs.zoxide}/bin/zoxide init zsh)"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue