This commit is contained in:
commit
30ce0dafc2
195 changed files with 8902 additions and 0 deletions
15
users/rus07tam/modules/alacritty/default.nix
Normal file
15
users/rus07tam/modules/alacritty/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
terminal.shell = "${pkgs.fish}/bin/fish";
|
||||
window = {
|
||||
padding = {
|
||||
x = 5;
|
||||
y = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue