moved trantor to river as well

feat/kile-v2
Ricard Illa 2023-02-06 18:13:52 +01:00
parent d485843312
commit 4dec504059
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 19 additions and 9 deletions

View File

@ -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";
}
];
};
};
};
}

View File

@ -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 ];
}