diff --git a/options.xhtml b/options.xhtml index 65b3005f8..09f212c8d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -46576,6 +46576,116 @@ null or string

+
+ + programs.onagre.enable + + +
+
+

Whether to enable onagre.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onagre.nix> + +
+
+
+ + programs.onagre.package + + +
+
+

The onagre package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.onagre

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onagre.nix> + +
+
+
+ + programs.onagre.style + + +
+
+

Configuration file to be written to theme.scss for setting +Onagre’s theme. The documentation can be found here: +https://github.com/onagre-launcher/onagre/wiki/Theming

+ +

Type: +strings concatenated with “\n”

+ +

Default: +""

+ +

Example:

''
+  .onagre {
+    --exit-unfocused: false;
+    height: 250px;
+    width: 400px;
+    --font-family: "Iosevka,Iosevka Nerd Font";
+    font-size: 18px;
+    background: #151515;
+    color: #414141;
+    padding: 10px;
+  
+    .container {
+      .rows {
+        --height: fill-portion 6;
+        .row-selected {
+          color: #ffffff;
+          --spacing: 3px;
+        }
+      }
+  
+      .scrollable {
+        background: #151515;
+        width: 0;
+        .scroller {
+          width: 0;
+          color: #151515;
+        }
+      }
+    }
+  }
+''
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onagre.nix> + +
+
programs.onedrive.enable