nixos-config/hosts/poseidon/home.nix

8 lines
123 B
Nix

{ config, ... }:
{
home-manager.users.alarsyo = {
my.home.tmux.enable = true;
my.home.fish.enable = true;
};
}