chore: remove alacritty config and set ghostty in hyprconf
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
window = {
|
||||
padding = {
|
||||
x = 4;
|
||||
y = 8;
|
||||
};
|
||||
decorations = "full";
|
||||
opacity = 1;
|
||||
startup_mode = "Windowed";
|
||||
title = "Alacritty";
|
||||
dynamic_title = true;
|
||||
decorations_theme_variant = "None";
|
||||
};
|
||||
|
||||
env = { TERM = "xterm-256color"; };
|
||||
|
||||
terminal.shell.program = "zsh";
|
||||
|
||||
font = {
|
||||
size = 14;
|
||||
normal.family = config.hostSpec.font;
|
||||
bold.family = config.hostSpec.font;
|
||||
italic.family = config.hostSpec.font;
|
||||
};
|
||||
|
||||
cursor = { style = "Block"; };
|
||||
|
||||
general.live_config_reload = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
imports = lib.flatten [
|
||||
(map lib.custom.relativeToRoot [ "modules/common" "modules/home-manager" ])
|
||||
|
||||
./alacritty.nix
|
||||
./ghostty.nix
|
||||
./direnv.nix
|
||||
./git.nix
|
||||
./fonts.nix
|
||||
@@ -18,8 +18,6 @@
|
||||
sessionVariables = {
|
||||
FLAKE = "$HOME/src/nix/nix-config";
|
||||
SHELL = "zsh";
|
||||
TERM = "alacritty";
|
||||
TERMINAL = "alacritty";
|
||||
VISUAL = "nvim";
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
(map (config: "${builtins.toString ./.}/common/optional/${config}.nix") [
|
||||
"btop"
|
||||
"firefox"
|
||||
"ghostty"
|
||||
"hyprland"
|
||||
"misc-packages"
|
||||
"nvim"
|
||||
|
||||
Reference in New Issue
Block a user