about summary refs log tree commit diff
path: root/nix/profiles/home-manager (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix a typo and update 1password configFranck Cuny2024-03-121-1/+3
|
* installing vscode through nix does not work well for meFranck Cuny2024-03-121-109/+0
|
* share configuration for shell utilsFranck Cuny2024-03-073-79/+53
|
* install seqstat on the work profileFranck Cuny2024-03-061-1/+3
|
* enable copilot for vscodeFranck Cuny2024-03-061-0/+2
|
* set correct git email in the profilesFranck Cuny2024-03-063-1/+8
|
* install my own scriptsFranck Cuny2024-03-061-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.
* add configuration for my work machineFranck Cuny2024-03-044-6/+90
|
* don't sign git commitsFranck Cuny2024-03-041-17/+1
| | | | Simplify the configuration as this is not something I currently use.
* move all home-manager settings under the profilesFranck Cuny2024-03-046-5/+414
|
* create profiles for home-managerFranck Cuny2024-03-041-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.