Add ports and update diphda

This commit is contained in:
Ethan Simmons
2026-01-25 12:44:02 -06: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";
});