summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock21
-rw-r--r--flake.nix6
2 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index e952546..7a57004 100644
--- a/flake.lock
+++ b/flake.lock
@@ -455,6 +455,26 @@
"type": "github"
}
},
+ "phoenix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1766543224,
+ "narHash": "sha256-96PBoNqh3sPU9t+IXxcB1OjjuQ8HOv42OOh9UtwFHbU=",
+ "owner": "celenityy",
+ "repo": "Phoenix",
+ "rev": "f09568c8a71af4fe42dd43c6f711c67daf605f1e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "celenityy",
+ "repo": "Phoenix",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"agenix": "agenix",
@@ -464,6 +484,7 @@
"noshell": "noshell",
"nur": "nur",
"nvf": "nvf",
+ "phoenix": "phoenix",
"stylix": "stylix"
}
},
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