mirror of
https://github.com/blahai/nyx.git
synced 2025-06-19 16:27:01 -04:00
stuffies
This commit is contained in:
parent
ffae125fcf
commit
d6c098bbbe
23 changed files with 92 additions and 587 deletions
17
home/pingu/alacritty.nix
Normal file
17
home/pingu/alacritty.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
hjem.users.pingu.rum.programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window = {
|
||||
dimensions = {
|
||||
lines = 28;
|
||||
columns = 101;
|
||||
};
|
||||
padding = {
|
||||
x = 6;
|
||||
y = 3;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue