6a3ff12527
- Restructure - Add sops+age
9 lines
104 B
Nix
9 lines
104 B
Nix
{ congif, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
neovim
|
|
tmux
|
|
];
|
|
}
|