Files
dotfiles/home-manager/lenny.nix
J. Fernando Sánchez 92d65a8ebc Add git config and several pkgs
I've added the config to symlink my dotfiles .git like I used to do with
stow.
2026-02-04 19:11:39 +01:00

16 lines
142 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
jujutsu
ansible
awscli2
cargo-cross
rustup
rustc
gcc
vial
chromium
];
}