Add ports and update diphda

This commit is contained in:
Ethan Simmons
2026-05-08 12:57:02 -05:00
parent f8ef7b91b6
commit 5e63cd8d6e
5 changed files with 32 additions and 26 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ in
})
];
events = (mkIf (!gui.sway.desktop) {
events = (mkIf (laptop.enable) {
"before-sleep" = "${pkgs.swaylock}/bin/swaylock -f -c 000000";
});