From 994ea667b293df6be97de4c1b81e39959c81d929 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 3 Mar 2025 17:32:47 -0500 Subject: [PATCH] remove hydrajobs to fix IFD --- flake.nix | 2 +- systems/artemision/stylix.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 979f945..51e55b0 100644 --- a/flake.nix +++ b/flake.nix @@ -149,7 +149,7 @@ rec { inherit lib; # for allowing use of custom functions in nix repl - hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; }; + #hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; }; formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style); nixosConfigurations = genSystems inputs outputs src (src + "/systems"); diff --git a/systems/artemision/stylix.nix b/systems/artemision/stylix.nix index ecee556..af8ea65 100644 --- a/systems/artemision/stylix.nix +++ b/systems/artemision/stylix.nix @@ -10,6 +10,7 @@ in stylix = { enable = true; image = randWallpaper; + #image = "/home/alice/Pictures/Screenshots/screenshot_2024-12-04-2030.png"; polarity = "dark"; }; }