Deephack's Hyperland config based on omarchy-nix from Henry Sipp and in turn of course inspired by Omarchy.

Update documentation #2

merged opened by deephackontech.bsky.social targeting main from push-qzsrnuwwxyuk
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:bielovapzmvz6zd2kzuibgvw/sh.tangled.repo.pull/3mbmxuqa2gg22
+2 -6
Diff #0
+2 -2
README.md
··· 84 84 | `theme` | string | `tokyo-night` | Theme to use for hyperdeepnix configuration | 85 85 | `theme_overrides.wallpaper_path` | path or null | `null` | Path to the wallpaper image to extract colors from | 86 86 | `primary_font` | string | `Liberation Sans 11` | โ€” | 87 - | `vscode_settings` | attribute set | `{}` | โ€” | 88 87 | `monitors` | list of strings | `[]` | โ€” | 89 - | `scale` | integer | `2` | Display scale factor (1 for 1x displays, 2 for 2x displays) | 90 88 | `quick_app_bindings` | list of strings | (provided) | A list of single keystroke key bindings to launch common apps | 91 89 | `exclude_packages` | list of packages | `[]` | Packages to exclude from the default system packages | 92 90 | `terminal` | string | required | Terminal invocation to use | 93 91 | `editor` | string | required | Editor invocation to use | 94 92 | `browser` | string | `firefox` | Browser invocation to use | 95 93 | `kb_layout` | string | required | Keyboard layout in Hyprland | 94 + | `window_rules` | list of strings | `[]` | A list of window rules to apply to windows | 95 + | `pyprland_config` | string | `null` | Content for the pyprland configuration file | 96 96 97 97 Example: 98 98
-4
config.nix
··· 40 40 type = lib.types.str; 41 41 default = "Liberation Sans 11"; 42 42 }; 43 - vscode_settings = lib.mkOption { 44 - type = lib.types.attrs; 45 - default = { }; 46 - }; 47 43 monitors = lib.mkOption { 48 44 type = lib.types.listOf lib.types.str; 49 45 default = [ ];

History

1 round 0 comments
sign up or login to add to the discussion
1 commit
expand
Update documentation
expand 0 comments
pull request successfully merged