forked from Bun/nixos-config
Update a lot of options, simplify variables, replace options with tags
This commit is contained in:
parent
dbc0ab6dd3
commit
7667ef9a1b
147 changed files with 663 additions and 928 deletions
|
@ -1,10 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
options.displays = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
};
|
||||
|
||||
config.displays = {
|
||||
vars.displays = {
|
||||
tower1 = "Microstep MSI G24C 0000000000001";
|
||||
tower2 = "BNQ BenQ GW2270 6CH00781019";
|
||||
tower3 = "Eizo Nanao Corporation CG223W 23252050";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue