nixcfg/hosts/petalburg/home.nix

15 lines
186 B
Nix

{
inputs,
config,
pkgs,
lib,
...
}: {
home-manager.users.aly = {
imports = [../../aly.nix];
alyraffauf.desktop.sway = {
tabletMode.enable = true;
};
};
}