Delete terminals.nix file
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
# terminals
|
|
||||||
|
|
||||||
let
|
|
||||||
font = "JetBrainsMono Nerd Font";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
programs.alacritty = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
window.opacity = 0.95;
|
|
||||||
window.dynamic_padding = true;
|
|
||||||
window.padding = {
|
|
||||||
x = 5;
|
|
||||||
y = 5;
|
|
||||||
};
|
|
||||||
scrolling.history = 10000;
|
|
||||||
|
|
||||||
font = {
|
|
||||||
normal.family = font;
|
|
||||||
bold.family = font;
|
|
||||||
italic.family = font;
|
|
||||||
size = 11;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user