aboutsummaryrefslogtreecommitdiff
path: root/home/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-19feat(home): add a script to create flamegraph from a processFranck Cuny1-0/+1
This script (`perf-flamegraph-process') takes a process as an argument, and will run it with `perf' to capture the call graph, and will generate the flamegraph from it. The SVG is saved under `~/workspace/tmp/flamegraph'.
2022-05-16bluetooh: enable on aptosFranck Cuny1-0/+1
2022-05-15zsh: switch to zsh as the default shellFranck Cuny1-0/+1
`zsh' is available everywhere and is compatible with bash. When using `fish' I need to remember how to do things. While the completion style is nicer, I don't care about the rest. I prefer to have a consistent experience in the shell, no matter where am I. This is an initial configuration, I might need to make a few changes as I go.
2022-05-02home: install the drone CLIFranck Cuny1-0/+1
2022-05-01home: add a module for direnvFranck Cuny1-0/+1
2022-04-24gcloud: add google-cloud-sdk on trusted hostsFranck Cuny1-0/+1
2022-04-09add a few more packages for home/Franck Cuny1-0/+4
2022-04-09install documentations (man)Franck Cuny1-0/+1
2022-04-09add pcmanfm and easyeffectsFranck Cuny1-0/+1
2022-04-09add a few more modules to home/ and delete stuffFranck Cuny1-0/+4
2022-04-08home: add more configurations for home-managerFranck Cuny1-0/+10
2022-04-07initial attempt to reconfigure home-managerFranck Cuny1-0/+17
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.