added niri flake
This commit is contained in:
parent
b9c0d470c3
commit
ba25d03fae
5 changed files with 63 additions and 35 deletions
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue