aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/home.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-15zsh: switch to zsh as the default shellFranck Cuny1-1/+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-04-21syncthing: don't run from homeFranck Cuny1-1/+0
2022-04-21syncthing: let's run it from home-managerFranck Cuny1-0/+1
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.