From a476208fe0c767cdfd75986ae0b88f3b706a41e3 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 20 Oct 2024 19:10:13 +0200 Subject: [PATCH] hosts: remove chaotic nix --- hosts/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/default.nix b/hosts/default.nix index f7a739b..58812b4 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -23,6 +23,8 @@ "${mod}/services/greetd.nix" "${mod}/programs/niri" "${mod}/services/gnome.nix" + "${mod}/services/mail.nix" + self.nixosModules.style ({pkgs, ...}: { @@ -43,7 +45,6 @@ }; } - inputs.chaotic.nixosModules.default inputs.nixos-hardware.nixosModules.framework-13-7040-amd ]; }; @@ -73,8 +74,6 @@ extraSpecialArgs = specialArgs; }; } - - inputs.chaotic.nixosModules.default ]; }; };