From e045c35dfb86a666dfcaeafc0c119b3f029ded2e Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Wed, 6 Sep 2023 17:52:09 +0530 Subject: [PATCH] enabled flakes --- hosts/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 415408d..bb48860 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -6,6 +6,8 @@ ../modules/virtualisation/docker.nix ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + fonts.fonts = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];