fix homeConfiguration errors and add recipe for home-manager
This commit is contained in:
parent
3b7980a8ff
commit
95670ad153
7 changed files with 89 additions and 76 deletions
11
home/extra/default.nix
Normal file
11
home/extra/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports =
|
||||
(with inputs; [
|
||||
niri-flake.homeModules.niri
|
||||
stylix.homeManagerModules.stylix
|
||||
])
|
||||
++ [
|
||||
./nix.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue