alacritty: add configuration
Add the whole file rather than adding it via Home Manager as that causes a conflict with Pop!_OS where Alacritty is installed via Flatpak rather than via Nix/Home Manager. This may be something to try again in future.
This commit is contained in:
parent
19177de131
commit
fb8ce83e9f
2 changed files with 28 additions and 0 deletions
|
@ -235,6 +235,11 @@ in {
|
|||
"$HOME/.config/bin"
|
||||
];
|
||||
|
||||
xdg.configFile.alacritty = {
|
||||
source = ../../config/alacritty;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
xdg.configFile.bin = {
|
||||
source = ../../bin;
|
||||
recursive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue