More packages, more cleaning

This commit is contained in:
2024-02-25 14:18:19 -07:00
parent cf2c98c646
commit f8e8a8c485
2 changed files with 30 additions and 44 deletions

View File

@@ -4,42 +4,6 @@
# home.packages = with pkgs; [ iosevka-bin ];
fonts.fontconfig.enable = true;
# programs.rio = {
# enable = true;
# settings = {
# fonts = {
# family = "Iosevka Nerd Font";
# size = 20;
# };
# window = {
# foreground-opacity = 1.0;
# background-opacity = 0.9;
# blur = true;
# };
# # disable-ctlseqs-alt = true;
# option-as-alt = "left";
# padding-x = 10;
# adaptive-theme = {
# dark = "catppuccin-mocha";
# light = "catppuccin-latte";
# };
# navigation = {
# # mode = "Plain";
# mode = "Breadcrumb";
# };
# bindings = {
# keys = [
# { key = "w"; "with" = "control"; bytes = [27 91 53 126]; }
# ];
# };
# };
# };
programs.alacritty = {
enable = true;
settings = {