fix: Use wrapGAppsHook4 to actually get icons in the applications
This commit is contained in:
parent
57cacdb1c9
commit
4cfd212947
16 changed files with 3357 additions and 37 deletions
|
|
@ -7,7 +7,15 @@
|
|||
'';
|
||||
type = lib.types.lines;
|
||||
description = ''
|
||||
Extra settings for foo.
|
||||
hyprpaper
|
||||
'';
|
||||
};
|
||||
extra_autostart = lib.mkOption {
|
||||
default = [ ];
|
||||
example = [ "your application" ];
|
||||
type = lib.types.listOf lib.types.str;
|
||||
description = ''
|
||||
Extra exec_once.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue