nixcfg/hosts/petalburg/home.nix

16 lines
231 B
Nix

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