aboutsummaryrefslogtreecommitdiff
path: root/home/yt-dlp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny2-41/+0
This is a major refactor, similar to what was done for the hosts, but in a single commit.
2023-03-11home/yt-dlp: update configurationFranck Cuny1-1/+3
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-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>
2022-04-07home: fix for yt-dlp configurationFranck Cuny1-1/+1
2022-04-07home: misc fixesFranck Cuny1-3/+3
2022-04-07initial attempt to reconfigure home-managerFranck Cuny2-0/+38
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.