mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
shikane: add package to PATH (#8233)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user