nixos-config/hosts/boreal/home.nix

8 lines
118 B
Nix
Raw Normal View History

2021-04-19 14:29:38 +02:00
{ ... }:
{
home-manager.users.alarsyo = {
# Keyboard settings & i3 settings
my.home.x.enable = true;
};
}