mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
hyprpaper: add monitor importantPrefix
New config requires monitor at top of generated block. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -64,7 +64,10 @@ in
|
|||||||
|
|
||||||
importantPrefixes = lib.mkOption {
|
importantPrefixes = lib.mkOption {
|
||||||
type = with lib.types; listOf str;
|
type = with lib.types; listOf str;
|
||||||
default = [ "$" ];
|
default = [
|
||||||
|
"$"
|
||||||
|
"monitor"
|
||||||
|
];
|
||||||
example = [ "$" ];
|
example = [ "$" ];
|
||||||
description = ''
|
description = ''
|
||||||
List of prefix of attributes to source at the top of the config.
|
List of prefix of attributes to source at the top of the config.
|
||||||
|
|||||||
Reference in New Issue
Block a user