hosts/sugarcane: init
This commit is contained in:
parent
9057a029ab
commit
8733fc7054
12 changed files with 124 additions and 21 deletions
15
hosts/sugarcane/packages.nix
Normal file
15
hosts/sugarcane/packages.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
htop
|
||||
jq
|
||||
neovim
|
||||
rsync
|
||||
sshfs
|
||||
wget
|
||||
|
||||
kitty.terminfo
|
||||
];
|
||||
environment.variables.EDITOR = "nvim";
|
||||
nix.package = lib.mkForce pkgs.nix_2_4;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue