help
This commit is contained in:
parent
3146cd2355
commit
123a8380d3
13 changed files with 275 additions and 26 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{lib, osConfig, pkgs, inputs, ...}:{
|
||||
{lib, osConfig, pkgs, vars, inputs, ...}:{
|
||||
wayland.windowManager.sway = {
|
||||
package = pkgs.swayfx;
|
||||
enable = true;
|
||||
checkConfig = false; #gles2 renderer error
|
||||
extraConfig = import ./swayfx;
|
||||
extraConfig = if (vars.class != "lowspec") then import ./swayfx else "";
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
terminal = "foot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue