Skip to content

Commit

Permalink
Use alacritty home-manager module
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Jun 5, 2024
1 parent 883dd65 commit 247eb32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
];

packages = with pkgs; [
alacritty
chromium
ddcutil
firefox
Expand Down
5 changes: 4 additions & 1 deletion components/alacritty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
input-fonts
];

home.file.".config/alacritty/alacritty.toml".source = ../resources/alacritty.toml;
programs.alacritty = {
enable = true;
settings = builtins.fromTOML (builtins.readFile ../resources/alacritty.toml);
};
}

0 comments on commit 247eb32

Please sign in to comment.