From 926f411a4c703cab001d64b7f8b9701b79a7dc5c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Jun 2025 15:43:45 +0530 Subject: Refactor settings management + dashboard links --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d7154c2..8875022 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,9 @@ outputs = { self, nixpkgs, nixos-hardware, ... }: { nixosConfigurations.bacchus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { + settings = import ./settings.nix { inherit (nixpkgs) lib; }; + }; modules = [ "${nixos-hardware}/lenovo/ideapad" ./configuration.nix -- cgit v1.3.1