configuration.nix/hosts/wynne/programs/default.nix

18 lines
229 B
Nix
Raw Normal View History

2024-07-03 17:03:51 +05:30
{ pkgs, ... }: {
imports = [
./neovim.nix
./starship.nix
./zsh.nix
];
programs.git.enable = true;
environment.systemPackages = with pkgs; [
sops
age
libraspberrypi
raspberrypi-eeprom
];
}