1
0
Fork 0
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:
Aguirre Matteo 2025-11-30 13:48:16 +00:00 committed by GitHub
parent edbb012a21
commit ae400a1dcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};