configuration.nix/hosts/rico1/programs/default.nix

18 lines
229 B
Nix
Raw Normal View History

2024-06-25 00:23:05 +05:30
{ pkgs, ... }: {
imports = [
./neovim.nix
./starship.nix
./zsh.nix
];
programs.git.enable = true;
environment.systemPackages = with pkgs; [
sops
age
2024-06-25 22:38:34 +05:30
libraspberrypi
raspberrypi-eeprom
2024-06-25 00:23:05 +05:30
];
}