mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-01 22:44:51 +02:00
less repetitive writing
This commit is contained in:
parent
bfd19020b3
commit
9fab21ef15
1 changed files with 10 additions and 9 deletions
|
@ -10,15 +10,16 @@
|
|||
imports = [
|
||||
./ssh.nix
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.curl
|
||||
pkgs.unzip
|
||||
pkgs.kitty.terminfo
|
||||
pkgs.foot.terminfo
|
||||
pkgs.kittysay
|
||||
pkgs.tmux
|
||||
pkgs.fzf
|
||||
pkgs.fastfetch
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
unzip
|
||||
kitty.terminfo
|
||||
foot.terminfo
|
||||
kittysay
|
||||
tmux
|
||||
fzf
|
||||
fastfetch
|
||||
dnsutils
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue