This commit is contained in:
Harald Hoyer 2026-02-24 13:25:42 +01:00
parent 27343e49bd
commit 04150f10d4
32 changed files with 475 additions and 404 deletions

View file

@ -1,6 +1,7 @@
{ pkgs
, config
, ...
{
pkgs,
config,
...
}:
{
home = {
@ -48,7 +49,10 @@
selection.save_to_clipboard = true;
mouse.bindings = [
{ mouse = "Middle"; action = "Paste"; }
{
mouse = "Middle";
action = "Paste";
}
];
# Color theme ported from iTerm 2 Smoooooth