aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/personal.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-07share configuration for shell utilsFranck Cuny1-35/+2
2024-03-06set correct git email in the profilesFranck Cuny1-0/+4
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-04move all home-manager settings under the profilesFranck Cuny1-5/+5
2024-03-04create profiles for home-managerFranck Cuny1-7/+7
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.
2024-02-02install firefoxFranck Cuny1-0/+1
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-15jless is useful to inspect JSON filesFranck Cuny1-0/+1
2023-12-14delete more unused configurationsFranck Cuny1-3/+10
2023-12-14simplify the layoutFranck Cuny1-0/+0
2023-12-09delete even more unused configurationsFranck Cuny1-1/+0
2023-12-04add nixd as a LSP for nix.Franck Cuny1-0/+1
2023-11-06use 1password ssh agentFranck Cuny1-0/+1
Enable ssh configuration on darwin.
2023-11-06install a few more CLIFranck Cuny1-2/+4
2023-09-14more configuration for darwinFranck Cuny1-0/+33