mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-03 06:12:51 +00:00
more changes
This commit is contained in:
14
desktops/hyprland/alacritty.nix
Normal file
14
desktops/hyprland/alacritty.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
enable = true;
|
||||
settings = {
|
||||
shell = "fish";
|
||||
font = {
|
||||
family = "JetBrainsMono NerdFont";
|
||||
size = 12;
|
||||
};
|
||||
window = {
|
||||
padding = { x = 16; y = 16; };
|
||||
opacity = 0.8;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user