omarchy-nix: resoulte

This commit is contained in:
kenji
2025-12-12 11:11:39 -06:00
parent ced387584e
commit c148be1a99
6 changed files with 558 additions and 9 deletions
+6 -5
View File
@@ -1,14 +1,15 @@
{
config,
pkgs,
inputs,
...
}: let
info = import ../config.nix;
in {
}: {
imports = [
# inputs.chaotic.homeManagerModules.default
# ... your other imports
inputs.omarchy-nix.homeManagerModules.default # Assuming you have a system module too
];
home.packages = info.myConfig.nixos.Apps.packages pkgs;
# ADD THIS BLOCK
home.stateVersion = "25.05";
}