forked from mirrors_public/oddlama_nix-config
chore: update flake
This commit is contained in:
parent
a9854dc474
commit
d8e2c81593
4 changed files with 146 additions and 278 deletions
|
@ -193,18 +193,16 @@ in
|
|||
"4, monitor:DP-2"
|
||||
"5, monitor:DP-2"
|
||||
"6, monitor:DP-2"
|
||||
"7, monitor:DP-3, default: true"
|
||||
"7, monitor:DP-3"
|
||||
"8, monitor:DP-3"
|
||||
"9, monitor:DP-3"
|
||||
];
|
||||
})
|
||||
(mkIf (nixosConfig.node.name == "nom") {
|
||||
monitor =
|
||||
[
|
||||
];
|
||||
workspace =
|
||||
[
|
||||
];
|
||||
monitor = [
|
||||
];
|
||||
workspace = [
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue