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 = [
|
imports = [
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
];
|
];
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.curl
|
curl
|
||||||
pkgs.unzip
|
unzip
|
||||||
pkgs.kitty.terminfo
|
kitty.terminfo
|
||||||
pkgs.foot.terminfo
|
foot.terminfo
|
||||||
pkgs.kittysay
|
kittysay
|
||||||
pkgs.tmux
|
tmux
|
||||||
pkgs.fzf
|
fzf
|
||||||
pkgs.fastfetch
|
fastfetch
|
||||||
|
dnsutils
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue