niri fixes

This commit is contained in:
mtgmonkey 2025-06-18 12:42:53 -04:00
parent b368375a37
commit 890b8c0d5e
4 changed files with 288 additions and 116 deletions

View file

@ -8,6 +8,7 @@
};
nvf.url = "github:notashelf/nvf";
stylix.url = "github:danth/stylix";
niri-flake.url = "github:sodiboo/niri-flake";
};
outputs = {
@ -15,6 +16,7 @@
home-manager,
stylix,
nvf,
niri-flake,
...
}: let
system = "x86_64-linux";
@ -26,6 +28,8 @@
./home.nix
stylix.homeModules.stylix
nvf.homeManagerModules.default
niri-flake.homeModules.config
niri-flake.homeModules.stylix
];
};
};