Compare commits
No commits in common. "534fe6e7a0c10a1990def5a2861ac3bc9d5fd512" and "2e0ee755e38aab44f149b991011b0897b64e826c" have entirely different histories.
534fe6e7a0
...
2e0ee755e3
@ -85,7 +85,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerd-fonts.fira-code
|
nerdfonts
|
||||||
montserrat
|
montserrat
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -195,8 +195,6 @@
|
|||||||
randomizedDelaySec = "45min";
|
randomizedDelaySec = "45min";
|
||||||
};
|
};
|
||||||
|
|
||||||
# boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "10:00";
|
dates = "10:00";
|
||||||
|
@ -120,30 +120,6 @@ 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 = [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user