8 lines
123 B
Nix
8 lines
123 B
Nix
{ config, ... }:
|
|
{
|
|
home-manager.users.alarsyo = {
|
|
my.home.tmux.enable = true;
|
|
my.home.fish.enable = true;
|
|
};
|
|
}
|