Add alacritty
This commit is contained in:
parent
7fbf3d7865
commit
a682f9f70c
|
@ -15,6 +15,42 @@
|
|||
home.stateVersion = config.system.stateVersion;
|
||||
|
||||
programs = {
|
||||
alacritty = {
|
||||
enable = false;
|
||||
settings = {
|
||||
window.decorations = "none";
|
||||
|
||||
colors = {
|
||||
primary = {
|
||||
background = "0xfafafa";
|
||||
foreground = "0x383a42";
|
||||
};
|
||||
|
||||
normal = {
|
||||
black = "0x383a42";
|
||||
red = "0xe45649";
|
||||
green = "0x50a14f";
|
||||
yellow = "0xc18401";
|
||||
blue = "0x0184bc";
|
||||
magenta = "0xa626a4";
|
||||
cyan = "0x0997b3";
|
||||
white = "0xfafafa";
|
||||
};
|
||||
|
||||
bright = {
|
||||
black = "0x383a42";
|
||||
red = "0xe45649";
|
||||
green = "0x50a14f";
|
||||
yellow = "0xc18401";
|
||||
blue = "0x0184bc";
|
||||
magenta = "0xa626a4";
|
||||
cyan = "0x0997b3";
|
||||
white = "0xfafafa";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
|
Loading…
Reference in New Issue