Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |