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, ... }: {
|
||||
packages = with pkgs; [
|
||||
alacritty
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
alacritty
|
||||
];
|
||||
|
||||
file = {
|
||||
".config/alacritty".source = ../../stow/alacritty/.config/alacritty;
|
||||
file = {
|
||||
".config/alacritty".source = ../../../../stow/alacritty/.config/alacritty;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue