refactor homeModules
This commit is contained in:
parent
0603a85579
commit
4a870d4a18
26 changed files with 126 additions and 65 deletions
19
homeModules/vicinae.nix
Normal file
19
homeModules/vicinae.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.vicinae = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
systemd.autoStart = true;
|
||||
};
|
||||
|
||||
xdg.configFile."vicinae/vicinae.json".source =
|
||||
lib.mkForce "${config.dotfiles.path}/.config/vicinae/vicinae.json";
|
||||
|
||||
xdg.configFile."matugen/config.toml".source = "${config.dotfiles.path}/.config/matugen/config.toml";
|
||||
xdg.configFile."matugen/templates/vicinae.toml".source =
|
||||
"${config.dotfiles.path}/.config/matugen/templates/vicinae.toml";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue