diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-10-16 08:44:11 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-10-16 08:44:11 +0200 |
commit | dfb50377d191ed84513d378a7d9a61cbe0e97558 (patch) | |
tree | 32a140e5fc5b5a35f6a56acfc8f3343a91f9de81 /platforms/linux/configuration.nix | |
parent | 23836c4cdb252f8d1077298fcfe70a9afafe9e91 (diff) | |
download | dots-dfb50377d191ed84513d378a7d9a61cbe0e97558.tar.gz dots-dfb50377d191ed84513d378a7d9a61cbe0e97558.zip |
Update nixos config
Diffstat (limited to 'platforms/linux/configuration.nix')
-rw-r--r-- | platforms/linux/configuration.nix | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/platforms/linux/configuration.nix b/platforms/linux/configuration.nix index 9d894e6..0ae0f61 100644 --- a/platforms/linux/configuration.nix +++ b/platforms/linux/configuration.nix @@ -75,8 +75,8 @@ networking.hostName = "nixos"; # Define your hostname. networking.extraHosts = "${ pkgs.stdenv.lib.readFile "${pkgs.fetchurl { - url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts"; - sha256 = "0fw6p8m4k7r470rjz40fbr7drgpxmmyzp9l9a677g55nif2gnk2x"; + url = "https://raw.githubusercontent.com/StevenBlack/hosts/5a5016ab5bf0166e004147cb49ccd0114ed29b72/alternates/fakenews-gambling-porn/hosts"; + sha256 = "1c60fyzxz89bic6ymcvb8fcanyxpzr8v2z5vixxr79d8mj0vjswm"; }}"}"; # The global useDHCP flag is deprecated, therefore explicitly set to false here. @@ -116,9 +116,7 @@ xorg.xorgserver xorg.xf86inputevdev xorg.xf86inputsynaptics xorg.xf86inputlibinput xorg.xf86videointel noto-fonts-extra dunst xclip - xwallpaper - nur.repos.pn.dmenu xdotool - # screenkey + xwallpaper xdotool # UI apps zathura ncmpcpp brave sxiv pulsemixer @@ -139,6 +137,12 @@ # Thinkpad utils nur.repos.pn.dockd + wineStaging + + ]; + + fonts.fonts = with pkgs; [ + roboto-slab ]; # Pure conf |