Taylor Bockman 8 years ago
parent
commit
81a9d11899
  1. 4
      dotfiles/Xresources
  2. 2
      nix/configuration.nix
  3. 11
      nix/display/default.nix
  4. 2
      nix/games/default.nix

4
dotfiles/Xresources

@ -135,10 +135,10 @@ Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
xterm*faceName: Inconsolata
xterm*faceSize: 7 7 7 7 7 7 7
xterm*faceSize: 10 10 10 10 10 10 10
!URxvt*font: xft:Liberation Mono-8
!URxvt*boldFont: xft:Liberation Mono:bold
URxvt*font: xft:Inconsolata:size=8:antialias=true:hinting=true
URxvt*font: xft:Inconsolata:size=10:antialias=true:hinting=true
URxvt*boldFont: xft:Inconsolata:bold
URxvt.letterSpace: -1

2
nix/configuration.nix

@ -34,7 +34,7 @@
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
i18n = {
consoleFont = "inconsolata";
consoleFont = "lat9w-16";
consoleKeyMap = "us";
defaultLocale = "en_US.UTF-8";
};

11
nix/display/default.nix

@ -19,6 +19,17 @@
# services.xserver.videoDriver =
fonts = {
enableFontDir = true;
enableGhostscriptFonts = true;
fonts = with pkgs; [
corefonts # Microsoft free fonts
inconsolata # Great monospaced font
ubuntu_font_family # Another great font family
unifont # International language support
];
};
services = {
udisks2.enable = true;

2
nix/games/default.nix

@ -3,6 +3,6 @@
environment.systemPackages = with pkgs; [
nethack
steam
tibia
# tibia
];
}

Loading…
Cancel
Save