move niri to home

This commit is contained in:
2024-09-17 12:21:19 -04:00
parent 43e57d1f76
commit 421d94be51
6 changed files with 18 additions and 15 deletions

View File

@@ -88,7 +88,10 @@
(
{ pkgs, ... }:
{
nixpkgs.overlays = [ rust-overlay.overlays.default ];
nixpkgs.overlays = [
rust-overlay.overlays.default
niri.overlays.niri
];
# home-manager stuff
home = {