kakoune config

This commit is contained in:
vali 2024-05-18 17:49:42 +02:00
commit 87c3722ec3
11 changed files with 197 additions and 6 deletions

View file

@ -1,4 +1,4 @@
_: {
{ pkgs, ... }: {
boot.loader = {
efi.canTouchEfiVariables = true;
grub = {
@ -7,4 +7,11 @@ _: {
device = "nodev";
};
};
boot.plymouth = {
enable = true;
font =
"${pkgs.jetbrains-mono}/share/fonts/truetype/JetBrainsMono-Regular.ttf";
themePackages = [ pkgs.catppuccin-plymouth ];
theme = "catppuccin-macchiato";
};
}