added niri flake

This commit is contained in:
willifan 2024-12-29 14:30:24 +01:00
parent b9c0d470c3
commit ba25d03fae
5 changed files with 63 additions and 35 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, attrs, system, ... }:
{ lib, config, pkgs, inputs, system, ... }:
lib.mkIf config.desktop.enable {
environment.systemPackages =
@ -33,7 +33,7 @@ lib.mkIf config.desktop.enable {
])
++
[
attrs.zen.packages.${system}.specific
inputs.zen.packages.${system}.specific
];
}