mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
add monitor switch scripts
This commit is contained in:
parent
1a3d8ad05f
commit
2fdcb4b686
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
sconfig = {
|
||||
gnome = true;
|
||||
i3.enable = true;
|
||||
profile = "desktop";
|
||||
security-tools = true;
|
||||
i3.extraConfig = ''
|
||||
|
@ -34,6 +34,8 @@
|
|||
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