about summary refs log tree commit diff
path: root/home/flac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(fmt): correct formatting for all nix filesFranck Cuny2022-06-101-1/+2
| | | | | | | | | This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
* home: run abcde in `~/import`Franck Cuny2022-05-141-0/+1
|
* home: misc fixesFranck Cuny2022-04-071-1/+1
|
* initial attempt to reconfigure home-managerFranck Cuny2022-04-071-0/+16
All the modules that are needed for home-manager should be under `home/`, and each host will have a `host.nix` where the modules are enabled as needed. Later on we can create some profiles to make it easier to consume the configuration. I apply this only to tahoe for now, as the amount of packages needed for my user are pretty limited.