Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | home-manager: fix zsh config | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: fix path for zsh.nix | Franck Cuny | 2022-02-09 | 1 | -0/+0 |
| | |||||
* | home-manager: expand zsh configuration | Franck Cuny | 2022-02-09 | 2 | -0/+22 |
| | |||||
* | users: move users configuration to systems | Franck Cuny | 2022-02-09 | 1 | -19/+0 |
| | |||||
* | home-manager: rofi uses alacritty | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: more typos .. | Franck Cuny | 2022-02-09 | 1 | -2/+2 |
| | |||||
* | home-manager: update xdg configuration | Franck Cuny | 2022-02-09 | 1 | -0/+13 |
| | |||||
* | home-manager: i3 + rofi configuration | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: add mod for i3 | Franck Cuny | 2022-02-09 | 1 | -1/+3 |
| | |||||
* | home-manager: typo | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: i3 configuration | Franck Cuny | 2022-02-09 | 1 | -0/+6 |
| | | | | Add alacritty and use rofi for the menu. | ||||
* | home-manager: add polybar to i3 | Franck Cuny | 2022-02-09 | 1 | -0/+16 |
| | |||||
* | home-manager: add tmux configuration | Franck Cuny | 2022-02-09 | 2 | -0/+14 |
| | |||||
* | home-manager: fix one more typo | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: fix some typos | Franck Cuny | 2022-02-09 | 2 | -1/+1 |
| | |||||
* | home-manager: add more common programs | Franck Cuny | 2022-02-09 | 3 | -4/+30 |
| | | | | Add git configuration and move go to its own module. | ||||
* | terminal: alacritty is our terminal of choice | Franck Cuny | 2022-02-09 | 2 | -8/+12 |
| | |||||
* | home-manager: fix typo | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: simplify the configuration | Franck Cuny | 2022-02-09 | 3 | -16/+19 |
| | | | | | | | | | | | | | I'm still struggling with documentation, and I'd rather have something simple that works rather than smart and does not work. The configuration for the host imports the modules that are relevant to that host (in the case of carmel, desktop and systems). For the home-manager, I create a profile "desktop" that contains stuff related to a desktop (i3, etc), and it includes the module "common" that contains stuff that I want on any machines (so that in the future, for a machine that is a server, the home manager will only import "common"). | ||||
* | i3: remove extra packages and fix typo | Franck Cuny | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | i3: separate configuration for xserver and i3 | Franck Cuny | 2022-02-08 | 1 | -20/+4 |
| | | | | | Let's first configure the xserver in the desktop module, then we can have a configuration for i3 in the home-manager. | ||||
* | i3: move configuration to home-manager | Franck Cuny | 2022-02-08 | 2 | -0/+41 |
| | |||||
* | users: enable xdg | Franck Cuny | 2022-02-08 | 1 | -0/+2 |
| | |||||
* | home-manager: typo in my config | Franck Cuny | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | home-manager: fix initial configuration | Franck Cuny | 2022-02-08 | 1 | -4/+0 |
| | | | | | This configuration is working, and I'm still unclear of how this is supposed to be done correctly. Might need to iterate a few more times. | ||||
* | home: initial configuration for home manager | Franck Cuny | 2022-02-08 | 2 | -0/+32 |
| | |||||
* | users: initial configuration for my user | Franck Cuny | 2022-02-07 | 1 | -0/+19 |