aboutsummaryrefslogtreecommitdiff
path: root/home/git.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-02install firefoxFranck Cuny1-0/+3
The firefox packages for darwin are broken. `bandithedoge/nixpkgs-firefox-darwin` provides an overlay to install the package on darwin. Add some specific configurations to make firefox work as I want out of the box. We also add NUR to install some firefox extensions (ublock, 1password).
2023-12-14simplify the layoutFranck Cuny1-1/+1
2023-11-06add a couple of aliases for gitFranck Cuny1-0/+5
2023-11-06add 1password key and format some filesFranck Cuny1-1/+1
2023-09-14add ssh key from 1passowrd and sign commitsFranck Cuny1-4/+3
2023-09-14more configuration for darwinFranck Cuny1-4/+3
2023-06-02profiles/git: ignore python bytecodeFranck Cuny1-0/+1
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny1-0/+73
This is a major refactor, similar to what was done for the hosts, but in a single commit.