hycov, nerdfonts, some zsh conf

This commit is contained in:
tristan 2024-01-06 04:57:08 +00:00
parent b1c446ebfe
commit fb92731190
8 changed files with 249 additions and 33 deletions

View file

@ -132,6 +132,7 @@ user: {
VISUAL = "nvim";
TERMINAL = "foot";
};
environment.pathsToLink = [ "/share/zsh" ];
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [
@ -185,4 +186,13 @@ user: {
services.prometheus.exporters.node.enable = true;
networking.networkmanager.insertNameservers = ["1.1.1.1" "1.0.0.1"];
stylix = {
image = ../images/demonslayer.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
};
fonts.packages = with pkgs; [
nerdfonts
];
}