mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -05:00
aly: added git settings
This commit is contained in:
parent
a516c23fb0
commit
ce5b33c701
7
aly.nix
7
aly.nix
|
@ -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";}];
|
||||||
|
|
Loading…
Reference in a new issue