From e803dc498f3ff5b6c291fadd0576c83bc2224a04 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 28 May 2023 15:18:39 +0200 Subject: [PATCH] Autorand: fix thor screen positions --- baldur/configuration.nix | 5 +---- freya/configuration.nix | 2 +- hm_modules/autorandr.nix | 2 +- hm_modules/zsh.nix | 1 + loki/configuration.nix | 5 +---- odin/common_configuration.nix | 5 +---- thor/configuration.nix | 5 +---- 7 files changed, 7 insertions(+), 18 deletions(-) diff --git a/baldur/configuration.nix b/baldur/configuration.nix index d1c77cc..ddaf992 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -29,10 +29,7 @@ enable = true; enableSSHSupport = true; }; - zsh = { - enable = true; - syntaxHighlighting.enable = true; - }; + zsh.enable = true; }; networking.hostName = "baldur"; diff --git a/freya/configuration.nix b/freya/configuration.nix index 9ca1abc..b92f6be 100644 --- a/freya/configuration.nix +++ b/freya/configuration.nix @@ -24,7 +24,7 @@ programs = { dconf.enable = true; gnupg.agent = { enable = true; enableSSHSupport = true; }; - zsh = { enable = true; syntaxHighlighting.enable = true; }; + zsh.enable = true; }; security.sudo.extraConfig = '' diff --git a/hm_modules/autorandr.nix b/hm_modules/autorandr.nix index 58c132f..63d5d23 100644 --- a/hm_modules/autorandr.nix +++ b/hm_modules/autorandr.nix @@ -119,7 +119,7 @@ config = { "DP-2" = { mode = "2560x1440"; - position = "1080x162"; + position = "1080x346"; primary = true; dpi = 96; }; diff --git a/hm_modules/zsh.nix b/hm_modules/zsh.nix index 51aabfa..8367ec6 100644 --- a/hm_modules/zsh.nix +++ b/hm_modules/zsh.nix @@ -5,6 +5,7 @@ programs.zsh = { enable = true; autocd = true; + enableSyntaxHighlighting = true; plugins = [ ]; initExtraBeforeCompInit = '' zstyle ':completion:*' menu select diff --git a/loki/configuration.nix b/loki/configuration.nix index 66667da..ea3d869 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -49,10 +49,7 @@ with lib; { enable = true; enableSSHSupport = true; }; - zsh = { - enable = true; - syntaxHighlighting.enable = true; - }; + zsh.enable = true; }; networking = { diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index 3e92ba4..f50a0b3 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -164,10 +164,7 @@ with lib; { # services.joycond.enable = true; programs.dconf.enable = true; - programs.zsh = { - enable = true; - syntaxHighlighting.enable = true; - }; + programs.zsh = { enable = true; }; services.onedrive.enable = true; diff --git a/thor/configuration.nix b/thor/configuration.nix index c22b2e7..aad97bb 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -70,10 +70,7 @@ with lib; { ''; }; }; - zsh = { - enable = true; - syntaxHighlighting.enable = true; - }; + zsh = { enable = true; }; }; networking = {