From e15e64a1f9a787b54ced1bae2fff6d4627affac8 Mon Sep 17 00:00:00 2001 From: demenik Date: Sun, 21 Dec 2025 00:56:42 +0100 Subject: [PATCH] feat(stylix): Move stylix to home/demenik.nix --- flake.nix | 7 ------- home/demenik.nix | 9 ++++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index eb01d02..8ba2bc1 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,6 @@ nixpkgs, home-manager, agenix, - stylix, nixos-wsl, statusbar, ... @@ -98,9 +97,6 @@ agenix.homeManagerModules.default ./secrets - - stylix.homeModules.stylix - ./home/stylix ]; }; @@ -117,9 +113,6 @@ agenix.homeManagerModules.default ./secrets - - stylix.homeModules.stylix - ./home/stylix ]; }; diff --git a/home/demenik.nix b/home/demenik.nix index 2aba831..674cf3e 100644 --- a/home/demenik.nix +++ b/home/demenik.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: { +{ + pkgs, + inputs, + ... +}: { imports = [ ./global.nix ./xdg-desktop.nix @@ -16,6 +20,9 @@ ./editors/nvim ./editors/intellij.nix ./editors/godot.nix + + inputs.stylix.homeModules.stylix + ./stylix ]; home.file.".face" = {