aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-06more deletionFranck Cuny1-4/+0
2024-05-05move ipconverter under `src`Franck Cuny1-1/+0
2024-05-04move seqstatFranck Cuny1-1/+0
2024-05-04move the slocalc under `src`Franck Cuny1-1/+0
2024-05-04don't install the script for pizzaFranck Cuny1-1/+0
2024-05-04ensure we install coreutilFranck Cuny1-0/+1
2024-05-03more tweaksFranck Cuny1-2/+2
2024-05-02tmux stuffFranck Cuny1-0/+4
2024-05-02drop zshFranck Cuny4-6/+3
2024-05-02i dont knowFranck Cuny1-0/+1
2024-05-02install and configure tmux for alacrittyFranck Cuny2-21/+43
2024-05-01configure fish and install alacrittyFranck Cuny2-0/+49
2024-04-29add `robloxenv` to manage hashi credentialsFranck Cuny2-2/+6
I never know how to get the credentials for some hashi components. This script helps with getting the credentials I need at the edge.
2024-04-29ignore all of github.rbx.comFranck Cuny1-1/+1
2024-04-28add a script to fetch cheeseboard's menuFranck Cuny2-4/+9
Delete the version in go.
2024-04-23install required python packages for ruff-lspFranck Cuny1-0/+3
2024-04-23install and configure aspellFranck Cuny1-1/+13
2024-04-22install aspellFranck Cuny1-0/+6
2024-04-19switch to fish as the default shellFranck Cuny3-0/+10
2024-04-16move the `slocalc` to a python scriptFranck Cuny1-0/+1
2024-04-15add and remove some packagesFranck Cuny1-0/+4
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.