Compare commits

...

4 Commits

2 changed files with 27 additions and 1 deletions

View File

@ -85,7 +85,7 @@
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerdfonts nerd-fonts.fira-code
montserrat montserrat
]; ];
@ -195,6 +195,8 @@
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";
}; };
# boot.binfmt.emulatedSystems = ["aarch64-linux"];
nix.gc = { nix.gc = {
automatic = true; automatic = true;
dates = "10:00"; dates = "10:00";

View File

@ -120,6 +120,30 @@ in {
"${pkgs.sway}/bin/swaymsg [workspace=5] move workspace to DP-3" "${pkgs.sway}/bin/swaymsg [workspace=5] move workspace to DP-3"
]; ];
} }
{
profile.outputs = [
{
criteria = "eDP-1";
position = "1080,1080";
}
{
criteria = "Dell Inc. DELL P2422HE JLXL9M3";
position = "1080,0";
}
{
criteria = "NEC Corporation E243WMi 59118576NB";
transform = "90";
position = "0,0";
}
];
profile.exec = [
"${pkgs.sway}/bin/swaymsg [workspace=main] move workspace to DP-3"
"${pkgs.sway}/bin/swaymsg [workspace=term] move workspace to DP-4"
"${pkgs.sway}/bin/swaymsg [workspace=msg] move workspace to eDP-1"
"${pkgs.sway}/bin/swaymsg [workspace=music] move workspace to eDP-1"
"${pkgs.sway}/bin/swaymsg [workspace=5] move workspace to DP-3"
];
}
{ {
profile.outputs = [ profile.outputs = [
{ {