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