aly: added git settings

This commit is contained in:
Aly Raffauf 2024-05-02 21:51:23 -04:00
parent a516c23fb0
commit ce5b33c701

View file

@ -62,6 +62,13 @@
pp-adjuster.enable = true; pp-adjuster.enable = true;
}; };
}; };
programs.git = {
enable = true;
userName = "Aly Raffauf";
userEmail = "aly@raffauflabs.com";
};
wayland.windowManager.sway.config.assigns = { wayland.windowManager.sway.config.assigns = {
"workspace 1: web" = [{app_id = "firefox";}]; "workspace 1: web" = [{app_id = "firefox";}];
"workspace 2: code" = [{app_id = "codium-url-handler";}]; "workspace 2: code" = [{app_id = "codium-url-handler";}];