diff options
| author | andromeda <andromeda@lenovo> | 2026-01-02 01:06:12 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-02 01:06:12 +0100 |
| commit | b86b5eae5e65b6317bf77ee3d5dbe9d47149cc76 (patch) | |
| tree | 5132d80618bcd517c7f5447fc2f90bdfa1603be0 /flake.nix | |
| parent | 834472fe38466f7ff78f77dadb1770f87f2cb5ad (diff) | |
add global module for phoenix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
