mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
refactor(niri): base niri.outputs on config.monitors
This commit is contained in:
parent
ba100b98ba
commit
1bed4d5d9f
10 changed files with 133 additions and 119 deletions
|
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
description = "NixOS configuration";
|
||||
|
||||
outputs = {
|
||||
flake-parts,
|
||||
...
|
||||
} @ inputs:
|
||||
outputs = {flake-parts, ...} @ inputs:
|
||||
flake-parts.lib.mkFlake {inherit inputs;} {
|
||||
imports = [
|
||||
inputs.agenix-rekey.flakeModule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue