Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: pull community's overlay | Franck Cuny | 2022-02-13 | 1 | -0/+2 |
| | | | | We need the community overlay to get the pure GTK port of Emacs for now. | ||||
* | fix a few errors | Franck Cuny | 2022-02-10 | 1 | -1/+0 |
| | |||||
* | nix: fix a bunch of stuff | Franck Cuny | 2022-02-10 | 1 | -2/+5 |
| | |||||
* | home-manager: split the configuration | Franck Cuny | 2022-02-10 | 1 | -16/+31 |
| | |||||
* | home-manager: simplify the configuration | Franck Cuny | 2022-02-09 | 1 | -4/+1 |
| | | | | | | | | | | | | | 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: separate configuration for xserver and i3 | Franck Cuny | 2022-02-08 | 1 | -5/+1 |
| | | | | | Let's first configure the xserver in the desktop module, then we can have a configuration for i3 in the home-manager. | ||||
* | home-manager: fix initial configuration | Franck Cuny | 2022-02-08 | 1 | -0/+9 |
| | | | | | 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. | ||||
* | carmel: apply systems and desktop modules | Franck Cuny | 2022-02-08 | 1 | -0/+2 |
| | |||||
* | flake: pull home-manager and unstable | Franck Cuny | 2022-02-07 | 1 | -1/+10 |
| | |||||
* | flake: install my user on carmel | Franck Cuny | 2022-02-07 | 1 | -0/+1 |
| | |||||
* | carmel: initial host configuration | Franck Cuny | 2022-02-07 | 1 | -0/+21 |
Initial configuration for the desktop (carmel). |