about summary refs log tree commit diff
path: root/home/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(home): add a script to create flamegraph from a processFranck Cuny2022-05-191-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'.
* bluetooh: enable on aptosFranck Cuny2022-05-161-0/+1
|
* zsh: switch to zsh as the default shellFranck Cuny2022-05-151-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.
* home: install the drone CLIFranck Cuny2022-05-021-0/+1
|
* home: add a module for direnvFranck Cuny2022-05-011-0/+1
|
* gcloud: add google-cloud-sdk on trusted hostsFranck Cuny2022-04-241-0/+1
|
* add a few more packages for home/Franck Cuny2022-04-091-0/+4
|
* install documentations (man)Franck Cuny2022-04-091-0/+1
|
* add pcmanfm and easyeffectsFranck Cuny2022-04-091-0/+1
|
* add a few more modules to home/ and delete stuffFranck Cuny2022-04-091-0/+4
|
* home: add more configurations for home-managerFranck Cuny2022-04-081-0/+10
|
* initial attempt to reconfigure home-managerFranck Cuny2022-04-071-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.