From b86b5eae5e65b6317bf77ee3d5dbe9d47149cc76 Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 2 Jan 2026 01:06:12 +0100 Subject: add global module for phoenix --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ce52b1e..d123880 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,10 @@ url = "github:notashelf/nvf"; inputs.nixpkgs.follows = "nixpkgs"; }; + phoenix = { + url = "github:celenityy/Phoenix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; stylix = { url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -35,6 +39,7 @@ noshell, nur, nvf, + phoenix, stylix, ... }: let @@ -51,6 +56,7 @@ ./secrets.nix impermanence.nixosModules.impermanence agenix.nixosModules.default + phoenix.nixosModules.default ]; }; configurationWithHomeManager = machine: (configuration machine -- cgit v1.3