Compare commits

...

3 Commits

Author SHA1 Message Date
26303b95e9 fix: fixed button mapping and added documentation 2025-02-21 13:57:35 +01:00
cc72b2eff6 fix: button maps and flake fixes 2025-02-21 12:14:04 +01:00
dfc7fb0e2e feat: added mouse binds 2025-02-21 10:39:36 +01:00
2 changed files with 1468 additions and 1434 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,8 @@
};
};
defaultPackage.${system} = self.packages.${system}.dwm;
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
gnumake