less repetitive writing

This commit is contained in:
chloe 2025-09-25 17:15:35 +02:00
parent bfd19020b3
commit 9fab21ef15

View file

@ -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";