hosts: remove chaotic nix

This commit is contained in:
Anthony Rodriguez 2024-10-20 19:10:13 +02:00
parent e2d037b1f1
commit a476208fe0
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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
];
};
};