hosts/caramel, users/hana: init

This commit is contained in:
LavaDesu 2022-02-02 00:50:39 +07:00
parent 41c4362136
commit 1f8b0bd54c
Signed by: cilly
GPG key ID: 6500251E087653C9
14 changed files with 246 additions and 46 deletions

View file

@ -0,0 +1,12 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
git
htop
jq
neovim
rsync
sshfs
wget
];
environment.variables.EDITOR = "nvim";
}