hycov, nerdfonts, some zsh conf
This commit is contained in:
parent
b1c446ebfe
commit
fb92731190
8 changed files with 249 additions and 33 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue