aboutsummaryrefslogtreecommitdiff
path: root/home/fish (unfollow)
Commit message (Collapse)AuthorFilesLines
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-24fish: start tmux on new sessionFranck Cuny1-3/+6
Unless we're in a SSH connection. If there's already a session 0, attach to it.
2022-04-13fish: only start sway when sway is installedFranck Cuny1-6/+8
2022-04-13fish: execute sway on login on tty1Franck Cuny1-0/+5
2022-04-13fish: start tmux on terminal startFranck Cuny1-0/+6
2022-04-07home: misc fixesFranck Cuny1-2/+2
2022-04-07initial attempt to reconfigure home-managerFranck Cuny1-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.