aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/devel/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-08delete all devel modulesFranck Cuny1-9/+0
They are all under home/ now
2022-04-03rename `desktop` to `isDesktop`Franck Cuny1-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`.
2022-03-12devel: add more packagesFranck Cuny1-1/+1
2022-03-04devel: install nixfmtFranck Cuny1-1/+1
Useful to format modules consistently.
2022-03-04nix: format the moduleFranck Cuny1-10/+3
2022-02-27devel: install LSP for nixFranck Cuny1-0/+1
2022-02-21dev: a few more packages to installFranck Cuny1-0/+5
2022-02-21devel: create new directory for devel modulesFranck Cuny1-0/+8
Add python, and move go from the cli modules. Install these modules only if we're a "desktop".