diff --git a/hosts/muho/configuration.nix b/hosts/muho/configuration.nix index 9a88e62..b620343 100644 --- a/hosts/muho/configuration.nix +++ b/hosts/muho/configuration.nix @@ -62,7 +62,7 @@ in { secondary = { name = "HDMI-1"; config = { - enable = true; + enable = false; mode = "1280x768"; position = "1920x312"; rate = "59.99"; diff --git a/modules/home/desktop/productivity.nix b/modules/home/desktop/productivity.nix index 1290ef5..af09aec 100644 --- a/modules/home/desktop/productivity.nix +++ b/modules/home/desktop/productivity.nix @@ -17,6 +17,10 @@ # password manager bitwarden-desktop + + # documents + texliveFull + texstudio ]; home.sessionVariables.BROWSER = "librewolf";