mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
kanshi: add package to home.packages
This commit is contained in:
parent
3c044aefe6
commit
35b055009a
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,8 @@ in {
|
||||||
})
|
})
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = [ cfg.package ];
|
||||||
|
|
||||||
xdg.configFile."kanshi/config".text =
|
xdg.configFile."kanshi/config".text =
|
||||||
if cfg.profiles == { } && cfg.extraConfig == "" then
|
if cfg.profiles == { } && cfg.extraConfig == "" then
|
||||||
directivesStr
|
directivesStr
|
||||||
|
|
Loading…
Reference in a new issue