added niri flake
This commit is contained in:
parent
b9c0d470c3
commit
ba25d03fae
5 changed files with 63 additions and 35 deletions
8
modules/default/home-manager/desktop/niri/default.nix
Normal file
8
modules/default/home-manager/desktop/niri/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [ inputs.niri.overlays.niri ];
|
||||
|
||||
imports = [
|
||||
./niri.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue