working flake-parts
This commit is contained in:
parent
ed864615e7
commit
35e6b01a56
15 changed files with 243 additions and 88 deletions
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
inputs',
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
package = inputs.niri.packages.${pkgs.system}.niri-unstable;
|
||||
package = inputs'.niri.packages.niri-unstable;
|
||||
};
|
||||
services = {
|
||||
greetd = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue