From 09328a7aa1a86496ad9db75e62baa42ab1072027 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 12 Dec 2022 22:06:02 -0500 Subject: [PATCH] jp fonts, pihole --- configuration.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 704d132..2345797 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,11 @@ networking.hostName = "nixos"; networking.networkmanager.enable = true; + networking.nameservers = [ "192.168.1.45" ]; + + environment.etc = { + "resolv.conf".text = "nameserver 192.168.1.45\n"; + }; time.timeZone = "America/New_York"; @@ -104,10 +109,13 @@ obsidian lazygit obs-studio + obs-studio-plugins.wlrobs pavucontrol unzip etcher virt-manager + killall + playerctl # gaming steam @@ -204,6 +212,9 @@ font-awesome powerline-fonts fira-code-symbols + dejavu_fonts + kochi-substitute + ipafont ]; fontconfig = { @@ -220,8 +231,8 @@ nixpkgs.config.permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" "electron-12.2.3" - ]; - + ]; + nixpkgs.config.allowUnfree = true; system.stateVersion = "23.05";