switch to cap based home configs

This commit is contained in:
Jana Dönszelmann 2026-01-21 12:39:01 +01:00
parent acd7def6ed
commit 50ee9aac83
No known key found for this signature in database

View file

@ -31,7 +31,36 @@
packages = with pkgs; [ packages = with pkgs; [
p1n3appl3.tab p1n3appl3.tab
]; ];
};
programs.niri.settings = {
# main laptop screen
outputs."eDP-1" = {
mode = {
width = 1928;
height = 1200;
refresh = 59.987;
};
position = {
x = 0;
y = 0;
};
};
outputs."LG Electronics LG ULTRAWIDE 411NTBK28189" = {
mode = {
width = 3440;
height = 1440;
refresh = 59.987;
};
position = {
x = -3440;
y = 240;
};
# focus the external screen first
focus-at-startup = true;
};
}; };
home.file = { home.file = {