mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
main monitor config option
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ lib, isNixOS, ... }:
|
||||
{
|
||||
lib,
|
||||
isNixOS,
|
||||
userConfig,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.ashell = {
|
||||
@@ -6,7 +11,7 @@
|
||||
package = lib.mkIf (!isNixOS) null;
|
||||
settings = {
|
||||
outputs = {
|
||||
Targets = [ "DP-1" ];
|
||||
Targets = [ userConfig.mainMonitor ];
|
||||
};
|
||||
position = "Bottom";
|
||||
modules = {
|
||||
|
||||
Reference in New Issue
Block a user