commit message
This commit is contained in:
parent
270e1a0be4
commit
77afca4525
57 changed files with 971 additions and 423 deletions
|
|
@ -29,6 +29,10 @@
|
|||
default = "E";
|
||||
description = "editor hotkey";
|
||||
};
|
||||
close-window = lib.mkOption {
|
||||
default = "Q";
|
||||
description = "close window hotkey";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
{
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
package = null;
|
||||
package = pkgs.swayfx;
|
||||
}
|
||||
else
|
||||
{ };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue