nixos-config/hosts/poseidon/home.nix

8 lines
123 B
Nix
Raw Normal View History

2021-04-22 20:59:54 +02:00
{ config, ... }:
{
home-manager.users.alarsyo = {
my.home.tmux.enable = true;
my.home.fish.enable = true;
};
}