mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Disables window borders for alacritty
This commit is contained in:
parent
385a48b936
commit
5e313e4a2c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
alacritty.enable = true;
|
||||
alacritty.settings.font.normal.style = lib.mkForce "Book";
|
||||
alacritty.settings.window.decorations = "None";
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue