mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-17 22:41:11 +01:00
atuin: always generate config file
This commit is contained in:
parent
0562fef070
commit
75a72dbc45
1 changed files with 2 additions and 2 deletions
|
|
@ -152,11 +152,11 @@ in
|
|||
|
||||
# If there are user-provided settings, generate the config file.
|
||||
xdg.configFile = lib.mkMerge [
|
||||
(mkIf (cfg.settings != { }) {
|
||||
{
|
||||
"atuin/config.toml" = {
|
||||
source = tomlFormat.generate "atuin-config" cfg.settings;
|
||||
};
|
||||
})
|
||||
}
|
||||
|
||||
(mkIf (cfg.themes != { }) (
|
||||
lib.mapAttrs' (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue