Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename `desktop` to `isDesktop` | Franck Cuny | 2022-04-03 | 2 | -2/+5 |
| | | | | | | | | 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`. | ||||
* | devel: add more packages | Franck Cuny | 2022-03-12 | 1 | -1/+1 |
| | |||||
* | go: ensure GOBIN is in PATH | Franck Cuny | 2022-03-09 | 1 | -1/+3 |
| | |||||
* | devel: install nixfmt | Franck Cuny | 2022-03-04 | 1 | -1/+1 |
| | | | | Useful to format modules consistently. | ||||
* | nix: format the module | Franck Cuny | 2022-03-04 | 1 | -10/+3 |
| | |||||
* | devel: install LSP for nix | Franck Cuny | 2022-02-27 | 1 | -0/+1 |
| | |||||
* | dev: a few more packages to install | Franck Cuny | 2022-02-21 | 1 | -0/+5 |
| | |||||
* | devel: create new directory for devel modules | Franck Cuny | 2022-02-21 | 3 | -0/+23 |
Add python, and move go from the cli modules. Install these modules only if we're a "desktop". |