fuck it
This commit is contained in:
parent
b1cce6ca82
commit
3501857f2a
78 changed files with 1383 additions and 913 deletions
18
modules/home-manager/programs/alacritty.nix
Normal file
18
modules/home-manager/programs/alacritty.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = lib.mkDefault false;
|
||||
settings = {
|
||||
window = {
|
||||
opacity = 0.95;
|
||||
padding = {
|
||||
x = 10;
|
||||
y = 10;
|
||||
};
|
||||
};
|
||||
font = {
|
||||
size = 11.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue