format with alejandra
This commit is contained in:
parent
9915af6522
commit
28043aded9
35 changed files with 578 additions and 589 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.ghostwriter = {
|
||||
enable = true;
|
||||
font = {
|
||||
|
|
@ -50,7 +52,7 @@
|
|||
value = "";
|
||||
type = "substring";
|
||||
};
|
||||
window-types = [ "normal" ];
|
||||
window-types = ["normal"];
|
||||
};
|
||||
apply = {
|
||||
opacityactive = {
|
||||
|
|
@ -70,7 +72,7 @@
|
|||
value = "openmw";
|
||||
type = "substring";
|
||||
};
|
||||
window-types = [ "normal" ];
|
||||
window-types = ["normal"];
|
||||
};
|
||||
apply = {
|
||||
noborder = {
|
||||
|
|
@ -98,7 +100,7 @@
|
|||
value = "Minecraft*";
|
||||
type = "substring";
|
||||
};
|
||||
window-types = [ "normal" ];
|
||||
window-types = ["normal"];
|
||||
};
|
||||
apply = {
|
||||
noborder = {
|
||||
|
|
@ -149,7 +151,7 @@
|
|||
value = "steamwebhelper";
|
||||
type = "substring";
|
||||
};
|
||||
window-types = [ "normal" ];
|
||||
window-types = ["normal"];
|
||||
};
|
||||
apply = {
|
||||
desktopfile = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue