about summary refs log tree commit diff
path: root/users/fcuny/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(flake): tools and users packages are managed the same wayFranck Cuny2022-08-061-0/+9
| | | | | | | | | | Configure the way we import these packages the same way, that way it's consistent and easy to use. Change-Id: I0e218f8fe9dd4cd2045bfee11c80de84ff769fe1 Reviewed-on: https://cl.fcuny.net/c/world/+/703 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
* add a few more modules to home/ and delete stuffFranck Cuny2022-04-091-15/+0
|
* delete all devel modulesFranck Cuny2022-04-081-1/+1
| | | | They are all under home/ now
* remove old 'trusted' modulesFranck Cuny2022-04-081-2/+1
| | | | All of them are now under home/
* 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