simplify and inline a lot of home-manager stuff

This commit is contained in:
2025-04-07 20:50:03 -04:00
parent 7e062aa064
commit d13ba86697
4 changed files with 40 additions and 29 deletions

View File

@@ -2,9 +2,22 @@
config,
pkgs,
lib,
inputs,
...
}:
{
imports = [
inputs.niri.homeModules.config
(
{ ... }:
{
nixpkgs.overlays = [
inputs.niri.overlays.niri
];
}
)
];
programs.niri = {
package = pkgs.niri;
settings = {