| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-10-27 | ref(users/fcuny): and just like that ... | Franck Cuny | 1 | -5/+0 | |
| 2022-10-05 | ref(fcuny/notes): delete notes | Franck Cuny | 1 | -2/+0 | |
| The notes are at https://github.com/fcuny/notes.fcuny.net | |||||
| 2022-10-05 | ref(fcuny/blog): delete the blog | Franck Cuny | 1 | -2/+0 | |
| The blog moved back to https://github.com/fcuny/fcuny.net | |||||
| 2022-08-06 | ref(flake): tools and users packages are managed the same way | Franck Cuny | 1 | -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> | |||||
| 2022-04-09 | add a few more modules to home/ and delete stuff | Franck Cuny | 1 | -15/+0 | |
| 2022-04-08 | delete all devel modules | Franck Cuny | 1 | -1/+1 | |
| They are all under home/ now | |||||
| 2022-04-08 | remove old 'trusted' modules | Franck Cuny | 1 | -2/+1 | |
| All of them are now under home/ | |||||
| 2022-04-03 | home-manager: add `isTrusted` | Franck Cuny | 1 | -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. | |||||
| 2022-04-03 | rename `desktop` to `isDesktop` | Franck Cuny | 1 | -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`. | |||||
| 2022-03-04 | home: switch to emacsclient for EDITOR | Franck Cuny | 1 | -1/+2 | |
| 2022-02-21 | devel: create new directory for devel modules | Franck Cuny | 1 | -1/+1 | |
| Add python, and move go from the cli modules. Install these modules only if we're a "desktop". | |||||
| 2022-02-12 | home-manager: re-organize configuration for myself | Franck Cuny | 1 | -16/+5 | |
| 2022-02-12 | home-manager: remove trailing slash | Franck Cuny | 1 | -1/+1 | |
| 2022-02-12 | home-manager: start to organize user configuration | Franck Cuny | 1 | -1/+1 | |
| 2022-02-10 | home-manager: install password-store | Franck Cuny | 1 | -0/+1 | |
| 2022-02-10 | users: we need to include desktop too | Franck Cuny | 1 | -0/+1 | |
| 2022-02-10 | users: rename common.nix to default.nix | Franck Cuny | 1 | -0/+0 | |
| We will use the variable 'destkop' to decide what to install after that. | |||||
| 2022-02-10 | users: enable home-manager for myself | Franck Cuny | 1 | -0/+3 | |
| 2022-02-09 | home-manager: expand zsh configuration | Franck Cuny | 1 | -0/+1 | |
| 2022-02-09 | home-manager: add tmux configuration | Franck Cuny | 1 | -0/+1 | |
| 2022-02-09 | home-manager: fix one more typo | Franck Cuny | 1 | -1/+1 | |
| 2022-02-09 | home-manager: fix some typos | Franck Cuny | 1 | -1/+1 | |
| 2022-02-09 | home-manager: add more common programs | Franck Cuny | 1 | -4/+4 | |
| Add git configuration and move go to its own module. | |||||
| 2022-02-09 | home-manager: fix typo | Franck Cuny | 1 | -1/+1 | |
| 2022-02-09 | home-manager: simplify the configuration | Franck Cuny | 1 | -15/+1 | |
| I'm still struggling with documentation, and I'd rather have something simple that works rather than smart and does not work. The configuration for the host imports the modules that are relevant to that host (in the case of carmel, desktop and systems). For the home-manager, I create a profile "desktop" that contains stuff related to a desktop (i3, etc), and it includes the module "common" that contains stuff that I want on any machines (so that in the future, for a machine that is a server, the home manager will only import "common"). | |||||
| 2022-02-08 | i3: move configuration to home-manager | Franck Cuny | 1 | -0/+4 | |
| 2022-02-08 | users: enable xdg | Franck Cuny | 1 | -0/+2 | |
| 2022-02-08 | home-manager: typo in my config | Franck Cuny | 1 | -1/+1 | |
| 2022-02-08 | home: initial configuration for home manager | Franck Cuny | 1 | -0/+28 | |
