working flake-parts
This commit is contained in:
parent
0483b7cf66
commit
ceb855a857
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