aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-12fix a typo and update 1password configFranck Cuny1-1/+3
2024-03-12installing vscode through nix does not work well for meFranck Cuny1-109/+0
2024-03-07share configuration for shell utilsFranck Cuny3-79/+53
2024-03-06install seqstat on the work profileFranck Cuny1-1/+3
2024-03-06enable copilot for vscodeFranck Cuny1-0/+2
2024-03-06set correct git email in the profilesFranck Cuny3-1/+8
2024-03-06install my own scriptsFranck Cuny1-1/+2
This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays.
2024-03-04add configuration for my work machineFranck Cuny4-6/+90
2024-03-04don't sign git commitsFranck Cuny1-17/+1
Simplify the configuration as this is not something I currently use.
2024-03-04move all home-manager settings under the profilesFranck Cuny6-5/+414
2024-03-04create profiles for home-managerFranck Cuny1-0/+45
To make it easier to support multiple systems with this configuration, move the current configuration for my personal machine to a profile named `personal.nix`. When I add a work machine the profile can be named `work.nix` and all configurations related to that system will live there.