moved trantor to river as well
parent
d485843312
commit
4dec504059
|
@ -7,14 +7,16 @@
|
|||
enable = true;
|
||||
systemdTarget = "river-session.target";
|
||||
profiles = {
|
||||
standalone = {
|
||||
|
||||
capibara_standalone = {
|
||||
outputs = [{
|
||||
criteria = "LVDS-1";
|
||||
mode = "1366x768@60Hz";
|
||||
status = "enable";
|
||||
}];
|
||||
};
|
||||
docked = {
|
||||
|
||||
capibara_docked = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "LVDS-1";
|
||||
|
@ -27,7 +29,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
docked2 = {
|
||||
capibara_docked2 = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "LVDS-1";
|
||||
|
@ -40,6 +42,19 @@
|
|||
];
|
||||
};
|
||||
|
||||
trantor = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "disable";
|
||||
}
|
||||
{
|
||||
criteria = "BenQ Corporation BenQ GW2780 L9K0033101Q";
|
||||
mode = "1920x1080@60Hz";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./nixos-common.nix
|
||||
./alacritty/trantor.nix
|
||||
./desktop-xmonad/trantor.nix
|
||||
./theming/trantor.nix
|
||||
];
|
||||
imports = [ ./nixos-common.nix ./desktop-river ./theming/trantor.nix ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue