about summary refs log tree commit diff
path: root/users/fcuny/devel/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `desktop` to `isDesktop`Franck Cuny2022-04-031-2/+4
| | | | | | | | 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 packagesFranck Cuny2022-03-121-1/+1
|
* devel: install nixfmtFranck Cuny2022-03-041-1/+1
| | | | Useful to format modules consistently.
* nix: format the moduleFranck Cuny2022-03-041-10/+3
|
* devel: install LSP for nixFranck Cuny2022-02-271-0/+1
|
* dev: a few more packages to installFranck Cuny2022-02-211-0/+5
|
* devel: create new directory for devel modulesFranck Cuny2022-02-211-0/+8
Add python, and move go from the cli modules. Install these modules only if we're a "desktop".