Add machine frues-port

This commit is contained in:
Pedro Rey Anca 2025-10-01 19:04:22 +02:00
parent d61e91331e
commit 79b4ad0be2
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
5 changed files with 3770 additions and 32 deletions

View file

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