Autorand: fix thor screen positions

This commit is contained in:
Filippo Berto 2023-05-28 15:18:39 +02:00
parent e1c9c2be4e
commit e803dc498f
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
7 changed files with 7 additions and 18 deletions

View file

@ -29,10 +29,7 @@
enable = true;
enableSSHSupport = true;
};
zsh = {
enable = true;
syntaxHighlighting.enable = true;
};
zsh.enable = true;
};
networking.hostName = "baldur";

View file

@ -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 = ''

View file

@ -119,7 +119,7 @@
config = {
"DP-2" = {
mode = "2560x1440";
position = "1080x162";
position = "1080x346";
primary = true;
dpi = 96;
};

View file

@ -5,6 +5,7 @@
programs.zsh = {
enable = true;
autocd = true;
enableSyntaxHighlighting = true;
plugins = [ ];
initExtraBeforeCompInit = ''
zstyle ':completion:*' menu select

View file

@ -49,10 +49,7 @@ with lib; {
enable = true;
enableSSHSupport = true;
};
zsh = {
enable = true;
syntaxHighlighting.enable = true;
};
zsh.enable = true;
};
networking = {

View file

@ -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;

View file

@ -70,10 +70,7 @@ with lib; {
'';
};
};
zsh = {
enable = true;
syntaxHighlighting.enable = true;
};
zsh = { enable = true; };
};
networking = {