aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/mac.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-28add home-manager settings for rustFranck Cuny1-0/+1
2025-08-21split-up firefox configurationFranck Cuny1-1/+1
Ensure we install the bin package, so that we can use the 1password extension (we need a signed binary for that).
2025-08-20initial configuration for firefoxFranck Cuny1-0/+1
2025-08-12delete LLM related stuff for nowFranck Cuny1-2/+0
2025-08-12users -> homeFranck Cuny1-14/+14
2025-07-29add a home-manager module for 1passwordFranck Cuny1-1/+1
The module takes care of configuring the 1password SSH agent.
2025-07-28enable tmuxFranck Cuny1-0/+1
2025-07-26moved every programs under users/programsFranck Cuny1-41/+26
Configurations specific to work are managed in the work profile.
2025-07-26move emacs configuration under users/programs/emacsFranck Cuny1-1/+1
This is more consistent.
2025-07-26add themes in toml format for alacrittyFranck Cuny1-1/+1
It's easier to just drop the themes in toml format in the alacritty directory and link them instead of trying to constantly convert them into the nix configuration. Switch the theme to catppuccin-latte (dark) theme for now. Add window decoration back.
2025-07-25move bats to programsFranck Cuny1-1/+1
2025-07-25add configuration for alacrittyFranck Cuny1-1/+2
2025-07-21move user configurations to top-levelFranck Cuny1-0/+0
2025-07-21make the configuration more specificFranck Cuny1-2/+60
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-0/+15
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.