This commit is contained in:
2025-05-08 09:06:55 -04:00
parent 115e297e06
commit a033cda5da
16 changed files with 835 additions and 208 deletions

View File

@@ -14,8 +14,13 @@ lib,
terminal = "kitty";
startup = [
# Launch Firefox on start
{command = "firefox";}
{command = "kitty";}
];
output = {
"Virtual-1" = {
mode = "1920x1080@60Hz";
};
};
};
};