Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | home-manager: add `isTrusted` | Franck Cuny | 2022-04-03 | 1 | -2/+3 |
| | | | | | | | | | | Install and configure some programs only on trusted machines. On trusted machines, my mails, GPG and a few other things are configured. A machine where this is not needed on a regular basis to get things done don't need that much information. Also rename `desktop/trust` to `trusted`, in case we want these packages on a host that is not a desktop, and `trusted` is a better description. | ||||
* | rename `desktop` to `isDesktop` | Franck Cuny | 2022-04-03 | 1 | -4/+2 |
| | | | | | | | | The variable is used to define the kind of machine we're managing. `isDesktop` is a bit more descriptive. We import `devel` for all machines, and we fine tune which packages we want to install based on the value of `isDesktop`. | ||||
* | home: switch to emacsclient for EDITOR | Franck Cuny | 2022-03-04 | 1 | -1/+2 |
| | |||||
* | devel: create new directory for devel modules | Franck Cuny | 2022-02-21 | 1 | -1/+1 |
| | | | | | Add python, and move go from the cli modules. Install these modules only if we're a "desktop". | ||||
* | home-manager: re-organize configuration for myself | Franck Cuny | 2022-02-12 | 1 | -16/+5 |
| | |||||
* | home-manager: remove trailing slash | Franck Cuny | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | home-manager: start to organize user configuration | Franck Cuny | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | home-manager: install password-store | Franck Cuny | 2022-02-10 | 1 | -0/+1 |
| | |||||
* | users: we need to include desktop too | Franck Cuny | 2022-02-10 | 1 | -0/+1 |
| | |||||
* | users: rename common.nix to default.nix | Franck Cuny | 2022-02-10 | 1 | -0/+25 |
| | | | | We will use the variable 'destkop' to decide what to install after that. | ||||
* | users: move users configuration to systems | Franck Cuny | 2022-02-09 | 1 | -19/+0 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | users: initial configuration for my user | Franck Cuny | 2022-02-07 | 1 | -0/+19 |