mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 06:13:02 -04:00
more cli stuff
This commit is contained in:
parent
4c197d0692
commit
9f0b174303
3 changed files with 105 additions and 0 deletions
11
modules/home-manager/cli/alacritty/default.nix
Normal file
11
modules/home-manager/cli/alacritty/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, lib, config } :
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
window.opacity = 0.9;
|
||||
padding = { x = 5; y = 5; };
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue