summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5b6fa2c..4a6f130 100755
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,24 @@
nixosConfigurations = {
kronos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
+ specialArgs = { inherit inputs; };
modules = [
+ # Use Lix instead of Nix for package manager (Fascists ruined it :pensieve:)
+ {
+ nixpkgs.overlays = [
+ (final: prev: {
+ inherit (prev.lixPackageSets.stable)
+ nixpkgs-review
+ nix-eval-jobs
+ nix-fast-build
+ colmena;
+ })
+ ];
+
+ nix.package = pkgs.lixPackageSets.stable.lix;
+ }
+
+
./configuration.nix
home-manager.nixosModules.home-manager
{