Changed: Neovim
This commit is contained in:
8
home/hyprland/alacritty.nix
Normal file
8
home/hyprland/alacritty.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
|
||||
}
|
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ...}: {
|
||||
imports = [
|
||||
./kitty.nix # Terminal
|
||||
./alacritty.nix
|
||||
./hyprland.nix
|
||||
./hypridle.nix
|
||||
./hyprlock.nix
|
||||
|
Reference in New Issue
Block a user