Files
nixos/hosts/common/core/packages.nix
T
aloslider 6a3ff12527 Restructure
- Restructure
- Add sops+age
2026-04-10 23:49:32 +03:00

9 lines
104 B
Nix

{ congif, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git
neovim
tmux
];
}