many changes that i am to lazy to put into individual commits

This commit is contained in:
Sebastian Moser
2023-11-04 14:47:42 +01:00
parent ea9acf8f62
commit dca6b03573
13 changed files with 285 additions and 41 deletions

View File

@@ -1,8 +1,30 @@
{ ... }:
{ pkgs, ... }:
{
programs.alacritty = {
enable = true;
# overwrite alacritty package.... to the one with smooth scrolling....
# for it you also need to add cursor.smooth_factor to the alacritty settings
/*
package = pkgs.alacritty.overrideAttrs ( final: prev: rec {
src = pkgs.fetchFromGitHub {
owner = "gregthemadmonk";
repo = "alacritty";
rev = "master";
sha256 = "2XFHVqXR5RyXpdNd+oimrwGHl4k0qaMzLO+WVGWnQ/M=";
};
#cargoSha256 = "0000000000000000000000000000000000000000000000000000";
#cargoSha256 = "";
cargoDeps = prev.cargoDeps.overrideAttrs (_: {
inherit src;
outputHash = "sha256-6Gt9ikXrcBXtxHRSvKPEoLoVituxc3rTVDoWlGR4V7A=";
# ...
});
});
#*/
settings = {
#cursor.smooth_factor = 0.5;
font = {
normal = {
family = "Hack";