fix homeConfiguration errors and add recipe for home-manager

This commit is contained in:
ulic-youthlic 2025-02-17 01:33:30 +08:00
parent b79c00310c
commit 66b740a123
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 89 additions and 76 deletions

11
home/extra/default.nix Normal file
View file

@ -0,0 +1,11 @@
{ inputs, ... }:
{
imports =
(with inputs; [
niri-flake.homeModules.niri
stylix.homeManagerModules.stylix
])
++ [
./nix.nix
];
}