mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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";
|
||||
hardware = "physical";
|
||||
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" = {
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
@ -33,8 +24,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
wine
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue