mainly alacritty stuff

This commit is contained in:
LunarAkai 2025-03-16 09:21:45 +01:00
commit 6869c2acbd
8 changed files with 134 additions and 10 deletions

View file

@ -0,0 +1,5 @@
{
hardware.ckb-next = {
enable = true;
};
}

View file

@ -0,0 +1,4 @@
{
# flatpak
services.flatpak.enable = true;
}

View file

@ -12,4 +12,10 @@
};
};
};
# adds alacritty to nautilus
programs.nautilus-open-any-terminal = {
enable = true;
terminal = "alacritty";
};
}