refactor(stylix): add home-manager integration

This commit is contained in:
Mohammad Rafiq 2025-03-25 06:07:17 +08:00
parent a70aebffff
commit 6e258fc023
No known key found for this signature in database
16 changed files with 52 additions and 33 deletions

View file

@ -1,8 +1,15 @@
{pkgs, ...}: {
{
pkgs,
inputs,
lib,
...
}:
{
imports = [
./modules/sh.nix
./modules/de.nix
./modules/utils.nix
./modules/stylix.nix
];
# This enables using home-manager from the command line.
@ -17,4 +24,5 @@
# Do not change it.
stateVersion = "25.05";
};
}