Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | home: run abcde in `~/import` | Franck Cuny | 2022-05-14 | 1 | -0/+1 |
| | |||||
* | home: drop custom colors for alacritty | Franck Cuny | 2022-05-13 | 1 | -26/+0 |
| | |||||
* | home: fix name of the package for Emacs | Franck Cuny | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | home: set environment variables for drone-cli | Franck Cuny | 2022-05-12 | 1 | -1/+4 |
| | |||||
* | home: install the drone CLI | Franck Cuny | 2022-05-02 | 2 | -0/+9 |
| | |||||
* | home: add a module for direnv | Franck Cuny | 2022-05-01 | 2 | -0/+29 |
| | |||||
* | tmux: start windows at 1 | Franck Cuny | 2022-04-24 | 1 | -0/+3 |
| | | | | Renumber windows, I prefer the consistency. | ||||
* | fish: start tmux on new session | Franck Cuny | 2022-04-24 | 1 | -3/+6 |
| | | | | | Unless we're in a SSH connection. If there's already a session 0, attach to it. | ||||
* | gcloud: add google-cloud-sdk on trusted hosts | Franck Cuny | 2022-04-24 | 2 | -0/+11 |
| | |||||
* | alacritty: use custom colors | Franck Cuny | 2022-04-22 | 1 | -0/+26 |
| | | | | The default is too dark for my eyes. | ||||
* | syncthing: enable on tahoe | Franck Cuny | 2022-04-21 | 1 | -14/+0 |
| | |||||
* | syncthing: let's run it from home-manager | Franck Cuny | 2022-04-21 | 1 | -0/+14 |
| | |||||
* | mail: fix tags for notmuch | Franck Cuny | 2022-04-21 | 1 | -1/+1 |
| | | | | | The default tags should be unread and new, otherwise there's nothing left for `afew` to tag. | ||||
* | fish: only start sway when sway is installed | Franck Cuny | 2022-04-13 | 1 | -6/+8 |
| | |||||
* | fish: execute sway on login on tty1 | Franck Cuny | 2022-04-13 | 1 | -0/+5 |
| | |||||
* | fish: start tmux on terminal start | Franck Cuny | 2022-04-13 | 1 | -0/+6 |
| | |||||
* | delete configuration related to colors | Franck Cuny | 2022-04-09 | 7 | -154/+9 |
| | | | | | | | Setting colors is hard, and it's an easy way to waste time. The only color settings I keep are the ones related to waybar, to make sure it does not look like a Christmas tree. Which means that most applications are going to use their default theme, and I'm OK with that. | ||||
* | add a few more packages for home/ | Franck Cuny | 2022-04-09 | 6 | -0/+43 |
| | |||||
* | install documentations (man) | Franck Cuny | 2022-04-09 | 2 | -0/+10 |
| | |||||
* | add pcmanfm and easyeffects | Franck Cuny | 2022-04-09 | 2 | -0/+10 |
| | |||||
* | small fixes | Franck Cuny | 2022-04-09 | 4 | -4/+4 |
| | |||||
* | add a few more modules to home/ and delete stuff | Franck Cuny | 2022-04-09 | 6 | -3/+62 |
| | |||||
* | home: move waybar's style to a CSS file | Franck Cuny | 2022-04-08 | 2 | -87/+84 |
| | |||||
* | home: move css/config for wofi to external files | Franck Cuny | 2022-04-08 | 3 | -52/+49 |
| | |||||
* | alacritty: use light colors | Franck Cuny | 2022-04-08 | 2 | -2/+34 |
| | |||||
* | home: add more configurations for home-manager | Franck Cuny | 2022-04-08 | 22 | -0/+833 |
| | |||||
* | home: fix for yt-dlp configuration | Franck Cuny | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | home: misc fixes | Franck Cuny | 2022-04-07 | 10 | -23/+24 |
| | |||||
* | initial attempt to reconfigure home-manager | Franck Cuny | 2022-04-07 | 13 | -0/+277 |
All the modules that are needed for home-manager should be under `home/`, and each host will have a `host.nix` where the modules are enabled as needed. Later on we can create some profiles to make it easier to consume the configuration. I apply this only to tahoe for now, as the amount of packages needed for my user are pretty limited. |