nixcfg/hosts/petalburg/home.nix

15 lines
211 B
Nix

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