Compare commits
4 Commits
2e0ee755e3
...
534fe6e7a0
Author | SHA1 | Date | |
---|---|---|---|
534fe6e7a0 | |||
863648d28f | |||
1b4d899713 | |||
30e4b336e5 |
@ -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";
|
||||||
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user