Replace alacritty with st
This commit is contained in:
parent
0a345df1a5
commit
5d854d25d2
7 changed files with 1 additions and 63 deletions
nix/modules/home-manager/features/desktop
|
@ -1,40 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
options.features.desktop.alacritty.enable = mkEnableOption "Enable Alacritty";
|
||||
|
||||
config = mkIf config.features.desktop.alacritty.enable {
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
env = {
|
||||
TERM = "screen-256color";
|
||||
};
|
||||
|
||||
colors.primary.background = "#000000";
|
||||
|
||||
window.padding = {
|
||||
x = 10;
|
||||
y = 10;
|
||||
};
|
||||
|
||||
font = {
|
||||
size = 15;
|
||||
|
||||
normal.family = "JetBrainsMono Nerd Font ";
|
||||
};
|
||||
|
||||
terminal.shell = {
|
||||
program = "zsh";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./copyq.nix
|
||||
./discord.nix
|
||||
./espanso.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue