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