Add kitty terminfo to basics
This commit is contained in:
parent
9f5b217e88
commit
8808a22ff3
1 changed files with 18 additions and 19 deletions
|
|
@ -2,24 +2,23 @@
|
|||
{
|
||||
home = {
|
||||
language.base = "it_IT.UTF-8";
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
fastfetch
|
||||
fd
|
||||
file
|
||||
htop
|
||||
mmv-go
|
||||
nixos-option
|
||||
pv
|
||||
ripgrep
|
||||
unrar
|
||||
unzip
|
||||
wget
|
||||
xclip
|
||||
yq
|
||||
zip
|
||||
;
|
||||
};
|
||||
packages = [
|
||||
pkgs.fastfetch
|
||||
pkgs.fd
|
||||
pkgs.file
|
||||
pkgs.htop
|
||||
pkgs.kitty.terminfo
|
||||
pkgs.mmv-go
|
||||
pkgs.nixos-option
|
||||
pkgs.pv
|
||||
pkgs.ripgrep
|
||||
pkgs.unrar
|
||||
pkgs.unzip
|
||||
pkgs.wget
|
||||
pkgs.xclip
|
||||
pkgs.yq
|
||||
pkgs.zip
|
||||
];
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
@ -46,7 +45,7 @@
|
|||
./shell_aliases.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./tmux.nix
|
||||
# ./tmux.nix
|
||||
./yazi.nix
|
||||
./zellij.nix
|
||||
./zoxide.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue