Fix alacritty module
This commit is contained in:
parent
2f63ca1c69
commit
79a809d8cb
1 changed files with 7 additions and 5 deletions
|
@ -2,12 +2,14 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home-manager.users.tdpeuter = { pkgs, ... }: {
|
home-manager.users.tdpeuter = { pkgs, ... }: {
|
||||||
packages = with pkgs; [
|
home = {
|
||||||
alacritty
|
packages = with pkgs; [
|
||||||
];
|
alacritty
|
||||||
|
];
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
".config/alacritty".source = ../../stow/alacritty/.config/alacritty;
|
".config/alacritty".source = ../../../../stow/alacritty/.config/alacritty;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue