mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
shikane: add package to PATH (#8233)
This commit is contained in:
parent
edbb012a21
commit
ae400a1dcc
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ in
|
|||
(lib.hm.assertions.assertPlatform "services.shikane" pkgs lib.platforms.linux)
|
||||
];
|
||||
|
||||
home.packages = [ cfg.package ];
|
||||
|
||||
xdg.configFile."shikane/config.toml" = lib.mkIf (cfg.settings != { }) {
|
||||
source = tomlFormat.generate "shikane-config" cfg.settings;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue