accidentally uninstalled alacritty and didn't write config file properly
This commit is contained in:
parent
72767efe1f
commit
14507c9737
2 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
imports = [
|
||||
inputs.zen.homeModules.twilight
|
||||
|
||||
../modules/programs/alacritty/default.nix
|
||||
../modules/programs/iamb/iamb.nix
|
||||
../modules/programs/neovim/nixcats.nix
|
||||
../modules/programs/spicetify.nix
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
package = upkgs.alacritty-graphics;
|
||||
};
|
||||
|
||||
settings = import ./alacritty.toml;
|
||||
xdg.configFile."alacritty/alacritty.toml" = {
|
||||
source = ./alacritty.toml;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue