mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +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 {
|
||||
type = with lib.types; listOf str;
|
||||
default = [ "$" ];
|
||||
default = [
|
||||
"$"
|
||||
"monitor"
|
||||
];
|
||||
example = [ "$" ];
|
||||
description = ''
|
||||
List of prefix of attributes to source at the top of the config.
|
||||
|
||||
Reference in New Issue
Block a user