fixed weird issue???

This commit is contained in:
vorboyvo 2024-01-05 21:55:45 -05:00
parent ae85a11a49
commit c062acc4a7

View file

@ -16,7 +16,7 @@
programs.home-manager.enable = true;
# Having this enabled here means that environment variables get set correctly
# Enabling bash from home-manager means environment variables set by HM get set correctly
programs.bash = {
enable = true;
# initExtra = ''
@ -46,13 +46,10 @@
# programs.waybar = import ./wayland/waybar.nix { inherit config lib pkgs; };
# Configure fonts
# configure fonts correctly
fonts.fontconfig.enable = true;
xdg.configFile = {
"fontconfig/conf.d/20-default-fonts.conf".source = ./config/20-default-fonts.conf;
};
# Enable and configure various apps
xdg.configFile."fontconfig/conf.d/20-default.fonts.conf".source = ./config/20-default-fonts.conf;
programs.kitty = {
enable = true;
font = {