about summary refs log tree commit diff
path: root/users/fcuny/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home-manager: add `isTrusted`Franck Cuny2022-04-031-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 Cuny2022-04-031-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 EDITORFranck Cuny2022-03-041-1/+2
|
* devel: create new directory for devel modulesFranck Cuny2022-02-211-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 myselfFranck Cuny2022-02-121-16/+5
|
* home-manager: remove trailing slashFranck Cuny2022-02-121-1/+1
|
* home-manager: start to organize user configurationFranck Cuny2022-02-121-1/+1
|
* home-manager: install password-storeFranck Cuny2022-02-101-0/+1
|
* users: we need to include desktop tooFranck Cuny2022-02-101-0/+1
|
* users: rename common.nix to default.nixFranck Cuny2022-02-101-0/+25
| | | | We will use the variable 'destkop' to decide what to install after that.
* users: move users configuration to systemsFranck Cuny2022-02-091-19/+0
|
* home-manager: fix initial configurationFranck Cuny2022-02-081-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 managerFranck Cuny2022-02-081-0/+4
|
* users: initial configuration for my userFranck Cuny2022-02-071-0/+19