frues-clan/machines/frues-port/configuration.nix

8 lines
154 B
Nix

{pkgs, ...}: {
imports = [
../../modules/desktop/hyprland.nix
];
hm-pedro.de = "hyprland";
programs.hyprland.autoLogin.username = "pedro";
}