From eefd1ddece55b8ac7aa528ea2f6d3a7ed7a5a182 Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Mon, 22 Apr 2024 17:09:15 +0300 Subject: [PATCH] nh got merged woooo Signed-off-by: Alex Stan --- hosts/titan/configuration.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/hosts/titan/configuration.nix b/hosts/titan/configuration.nix index 5aad7b5..69adc8f 100644 --- a/hosts/titan/configuration.nix +++ b/hosts/titan/configuration.nix @@ -25,11 +25,11 @@ in { # ( import ./services/mail-server.nix inputs ) # needs a lot of DNS configs from cloudflaer, I only have 3 rules inputs.nix-but-gigachad.nixosModules.default ]; - nh = { - enable = true; - clean.enable = true; - flake = "/home/ultra/.nixdotfiles"; - }; + # nh = { + # enable = true; + # clean.enable = true; + # flake = "/home/ultra/.nixdotfiles"; + # }; fonts = { fontconfig = { defaultFonts = { @@ -200,6 +200,11 @@ in { enable = true; }; command-not-found.enable = true; + nh = { + enable = true; + clean.enable = true; + flake = "/home/ultra/.nixdotfiles"; + }; }; # programs.nushell.enable = true; # users.defaultUserShell = pkgs.zsh;