Trying out nixvim and fish again. And other stuff

This commit is contained in:
2024-09-03 23:02:26 -06:00
parent a889460bc4
commit ecf2a0db9f
6 changed files with 296 additions and 287 deletions

View File

@@ -1,7 +1,6 @@
{ pkgs, ... }:
{
# home.packages = with pkgs; [ iosevka-bin ];
fonts.fontconfig.enable = true;
programs.alacritty = {
@@ -22,6 +21,5 @@
size = 16.0;
};
};
catppuccin.enable = true;
};
}