moving flake into generated

This commit is contained in:
2026-03-16 21:13:31 +00:00
parent bb85e4e6cf
commit ff9aadbeb7
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -155,6 +155,10 @@ The Nix flake definition for Droidnix.
url = "github:catppuccin/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
@@ -175,6 +179,7 @@ outputs =
catppuccin,
zen-browser,
hyprland,
stylix,
...
}:
let
@@ -193,6 +198,8 @@ outputs =
lib.nixosSystem {
inherit system;
modules = [
# theming engine
stylix.nixosModules.stylix
# Importing Catppuccino mocha
./generated/out_of_tree/core/theme.nix
# Import machine-specific configurations