1
0
mirror of https://github.com/kmein/niveum synced 2026-03-23 13:21:06 +01:00

use shared config from niphas

This commit is contained in:
2026-02-04 16:49:28 +01:00
parent e264f13885
commit b038278af3
15 changed files with 140 additions and 629 deletions

View File

@@ -1,35 +1,7 @@
{
pkgs,
lib,
...
}:
let
in
{
environment.variables.TERMINAL = "alacritty";
home-manager.users.me = {
programs.alacritty = {
enable = true;
settings = {
keyboard.bindings = [
{
key = "Plus";
mods = "Control";
action = "IncreaseFontSize";
}
{
key = "Minus";
mods = "Control";
action = "DecreaseFontSize";
}
{
key = "Key0";
mods = "Control";
action = "ResetFontSize";
}
];
};
};
};
}