Explicitly enable laptop mode for niri on framework
This commit is contained in:
parent
77c5676086
commit
fbd23f0a35
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.my-niri.enable = true;
|
programs.my-niri.enable = true;
|
||||||
|
programs.my-niri.enableLaptop = true;
|
||||||
programs.my-niri.workspaces = lib.genAttrs [ "04" "05" "06" "07" "08" "09" ] (_: {
|
programs.my-niri.workspaces = lib.genAttrs [ "04" "05" "06" "07" "08" "09" ] (_: {
|
||||||
fixed = false;
|
fixed = false;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue