added niri (doesnt work yet) and updated flake
This commit is contained in:
parent
fb367166a5
commit
887cd0486e
5 changed files with 79 additions and 50 deletions
|
@ -1,6 +1,31 @@
|
|||
{...}: {
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
outputs = {
|
||||
"eDP-2" = {
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
# "lenovo-1" = {
|
||||
# position = {
|
||||
# x = -960;
|
||||
# y = -1080;
|
||||
# };
|
||||
# };
|
||||
# "lenovo-2" = {
|
||||
# position = {
|
||||
# x = 960;
|
||||
# y = 1080;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
binds = {
|
||||
"Mod+1".action.spawn = "alacritty";
|
||||
"Mod+1".hotkey-overlay.hidden = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue