about summary refs log tree commit diff
path: root/home/fish/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fish: only start sway when sway is installedFranck Cuny2022-04-131-6/+8
|
* fish: execute sway on login on tty1Franck Cuny2022-04-131-0/+5
|
* fish: start tmux on terminal startFranck Cuny2022-04-131-0/+6
|
* home: misc fixesFranck Cuny2022-04-071-2/+2
|
* initial attempt to reconfigure home-managerFranck Cuny2022-04-071-0/+13
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.