kakoune config
This commit is contained in:
parent
ebd1a6de45
commit
87c3722ec3
11 changed files with 197 additions and 6 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue