Add alacritty
This commit is contained in:
parent
7fbf3d7865
commit
a682f9f70c
1 changed files with 36 additions and 0 deletions
|
@ -15,6 +15,42 @@
|
||||||
home.stateVersion = config.system.stateVersion;
|
home.stateVersion = config.system.stateVersion;
|
||||||
|
|
||||||
programs = {
|
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 = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue