diggtastic, alacritty for desktop

This commit is contained in:
Gabriel Simmer 2024-03-22 21:43:45 +00:00
parent 9eb07d0c18
commit 0ca7cadef6
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -22,7 +22,7 @@
in [
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = "0i972nkqhjfpy8g7dmryw2fvkfda43624zfhsh35k795zbx38jc7";
sha256 = "0w843vgi0d7p2hmhlgq046r2gg7aid3xphnzibv17fp38wa1y6dm";
}))
discordOverlay
];
@ -45,6 +45,12 @@
};
programs = {
alacritty = {
enable = true;
settings = {
import = [ "${pkgs.alacritty-theme}/breeze.toml" ];
};
};
bash.enable = false;
fish = {
enable = true;
@ -77,6 +83,7 @@
gpgSign = true;
};
};
difftastic.enable = true;
};
emacs = {
@ -89,8 +96,8 @@
eza = {
enable = true;
enableFishIntegration = true;
};
bat = {
enable = true;
};
@ -115,7 +122,6 @@
thunderbird
prismlauncher
ripgrep
kitty
virt-manager
jre8
parsec-bin