use vicinae launcher again (themed)
This commit is contained in:
parent
b86866f121
commit
e5b17dad1e
4 changed files with 147 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ config, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.vicinae.homeManagerModules.default
|
||||
|
|
@ -8,4 +8,8 @@
|
|||
enable = true;
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
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