alacritty

This commit is contained in:
Casper V. Kristensen 2023-08-23 21:18:40 +02:00
parent 0510ad5408
commit 0ea8a43135
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{ home-manager, ... }: {
# https://wiki.archlinux.org/title/Alacritty
home-manager.users.caspervk = {
programs.alacritty = {
enable = true;
settings = {
key_bindings = [
{ key = "Return"; mods = "Control|Shift"; action = "SpawnNewInstance"; }
];
};
};
};
}

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
imports = [
./alacritty.nix
./network.nix
./ssh.nix
./sway.nix

View file

@ -284,7 +284,6 @@
security.rtkit.enable = true;
environment.systemPackages = with pkgs; [
alacritty # terminal
brightnessctl
clipman # TODO
gnome3.adwaita-icon-theme # cursor TODO