mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
cube: remove some i3 monitor configs
This commit is contained in:
parent
92d8273077
commit
0992586ab7
1 changed files with 0 additions and 11 deletions
|
@ -5,17 +5,8 @@
|
||||||
profile = "desktop";
|
profile = "desktop";
|
||||||
hardware = "physical";
|
hardware = "physical";
|
||||||
security-tools = true;
|
security-tools = true;
|
||||||
i3.extraConfig = ''
|
|
||||||
exec xrandr --output DisplayPort-0 --mode 2560x1440 --rate 165
|
|
||||||
exec xrandr --output DisplayPort-1 --mode 2560x1440 --rate 165
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."sway/config.d/sconfig.conf".source = pkgs.writeText "sway.conf" ''
|
|
||||||
output DP-1 position 0 0 resolution 2560x1440@165Hz
|
|
||||||
output DP-2 position 2560 0 resolution 2560x1440@165Hz
|
|
||||||
'';
|
|
||||||
|
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
|
@ -33,8 +24,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wine
|
wine
|
||||||
vmware-horizon-client
|
vmware-horizon-client
|
||||||
(writeShellScriptBin "game" "exec xrandr --output DisplayPort-1 --off")
|
|
||||||
(writeShellScriptBin "work" "exec xrandr --output DisplayPort-1 --mode 2560x1440 --rate 165 --right-of DisplayPort-0")
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue