feat: easy theme switching with stylix, specialisations, and a rofi script; feat: switch to kitty terminal
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
{...}: {
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cursor = {
|
||||
style = "beam";
|
||||
};
|
||||
key-bindings = {
|
||||
spawn-terminal = "none";
|
||||
};
|
||||
main.font = lib.mkForce "${config.stylix.fonts.monospace.name}:size=19";
|
||||
main.font-size-adjustment = 1;
|
||||
cursor.style = "beam";
|
||||
key-bindings.spawn-terminal = "none";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user