add issue

This commit is contained in:
Daylin Morgan 2022-11-11 09:20:51 -06:00
parent e02938ae7f
commit ae1242120c
2 changed files with 26 additions and 14 deletions

View file

@ -12,9 +12,7 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
# todo import from a different file # todo import from a different file
nixpkgs.overlays = [ nixpkgs.overlays = [
(self: super: (self: super:
{ {
@ -58,7 +56,6 @@
}; };
}); });
}) })
]; ];
# networking.hostName = "nixos"; # Define your hostname. # networking.hostName = "nixos"; # Define your hostname.
@ -86,10 +83,16 @@
}; };
}; };
fonts.fonts = with pkgs; [
noto-fonts
noto-fonts-emoji
noto-fonts-extra
(nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })
];
# for compatibility add zsh to list of /etc/shells # for compatibility add zsh to list of /etc/shells
environment.shells = with pkgs; [ zsh ]; environment.shells = with pkgs; [ zsh ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
fuse fuse
@ -135,16 +138,10 @@
]; ];
fonts.fonts = with pkgs; [ environment.etc = {
noto-fonts issue.source = ./etc/issue;
noto-fonts-cjk };
noto-fonts-emoji
noto-fonts-extra
(nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })
];
environment.variables = { environment.variables = {
NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [ NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
stdenv.cc.cc stdenv.cc.cc

15
etc/issue Normal file
View file

@ -0,0 +1,15 @@
NixOS | \r | (\l) | \d | \t
   __      __        __            __                                  __ 
  /  |    /  |      /  |          /  |                                /  |
 _$$ |_   $$ |____  $$/  _______  $$ |   __   ______    ______    ____$$ |
/ $$   |  $$      \ /  |/       \ $$ |  /  | /      \  /      \  /    $$ |
$$$$$$/   $$$$$$$  |$$ |$$$$$$$  |$$ |_/$$/ /$$$$$$  | $$$$$$  |/$$$$$$$ |
  $$ | __ $$ |  $$ |$$ |$$ |  $$ |$$   $$<  $$ |  $$ | /    $$ |$$ |  $$ |
  $$ |/  |$$ |  $$ |$$ |$$ |  $$ |$$$$$$  \ $$ |__$$ |/$$$$$$$ |$$ \__$$ |
  $$  $$/ $$ |  $$ |$$ |$$ |  $$ |$$ | $$  |$$    $$/ $$    $$ |$$    $$ |
   $$$$/  $$/   $$/ $$/ $$/   $$/ $$/   $$/ $$$$$$$/   $$$$$$$/  $$$$$$$/ 
                                            $$ |                          
                                            $$ |                          
                                            $$/