parent
89adfc9f01
commit
2e7935767f
2 changed files with 9 additions and 5 deletions
|
|
@ -6,6 +6,7 @@ with lib;
|
|||
config = {
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
package = pkgs.writeScriptBin "dummy-alacritty" "";
|
||||
|
||||
settings = {
|
||||
window.dimensions = {
|
||||
|
|
@ -21,10 +22,6 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: { alacritty = pkgs.writeScriptBin "dummy-alacritty" ""; })
|
||||
];
|
||||
|
||||
nmt.script = ''
|
||||
assertFileContent \
|
||||
home-files/.config/alacritty/alacritty.yml \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue