about summary refs log tree commit diff
path: root/nix/profiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable tmuxFranck Cuny11 days1-0/+21
|
* just use the default fish setupFranck Cuny2024-09-131-36/+0
|
* bump nixos to 24.05Franck Cuny2024-07-221-2/+3
|
* clean up a bunch of home-manager stuffFranck Cuny2024-05-235-187/+1
| | | | No need for alacritty, tmux, firefox, and zsh.
* clean up python packagesFranck Cuny2024-05-061-12/+0
|
* more deletionFranck Cuny2024-05-061-4/+0
|
* move ipconverter under `src`Franck Cuny2024-05-051-1/+0
|
* move seqstatFranck Cuny2024-05-041-1/+0
|
* move the slocalc under `src`Franck Cuny2024-05-041-1/+0
|
* don't install the script for pizzaFranck Cuny2024-05-041-1/+0
|
* ensure we install coreutilFranck Cuny2024-05-041-0/+1
|
* more tweaksFranck Cuny2024-05-031-2/+2
|
* tmux stuffFranck Cuny2024-05-021-0/+4
|
* drop zshFranck Cuny2024-05-024-6/+3
|
* i dont knowFranck Cuny2024-05-021-0/+1
|
* install and configure tmux for alacrittyFranck Cuny2024-05-022-21/+43
|
* configure fish and install alacrittyFranck Cuny2024-05-012-0/+49
|
* add `robloxenv` to manage hashi credentialsFranck Cuny2024-04-292-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.
* ignore all of github.rbx.comFranck Cuny2024-04-291-1/+1
|
* add a script to fetch cheeseboard's menuFranck Cuny2024-04-282-4/+9
| | | | Delete the version in go.
* install required python packages for ruff-lspFranck Cuny2024-04-231-0/+3
|
* install and configure aspellFranck Cuny2024-04-231-1/+13
|
* install aspellFranck Cuny2024-04-221-0/+6
|
* switch to fish as the default shellFranck Cuny2024-04-193-0/+10
|
* move the `slocalc` to a python scriptFranck Cuny2024-04-161-0/+1
|
* add and remove some packagesFranck Cuny2024-04-151-0/+4
|
* 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.