mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
sconfig = {
|
sconfig = {
|
||||||
gnome = true;
|
i3.enable = true;
|
||||||
profile = "desktop";
|
profile = "desktop";
|
||||||
security-tools = true;
|
security-tools = true;
|
||||||
i3.extraConfig = ''
|
i3.extraConfig = ''
|
||||||
|
@ -34,6 +34,8 @@
|
||||||
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