Autorand: fix thor screen positions
This commit is contained in:
parent
e1c9c2be4e
commit
e803dc498f
7 changed files with 7 additions and 18 deletions
|
|
@ -29,10 +29,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
zsh = {
|
zsh.enable = true;
|
||||||
enable = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "baldur";
|
networking.hostName = "baldur";
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
gnupg.agent = { enable = true; enableSSHSupport = true; };
|
gnupg.agent = { enable = true; enableSSHSupport = true; };
|
||||||
zsh = { enable = true; syntaxHighlighting.enable = true; };
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
config = {
|
config = {
|
||||||
"DP-2" = {
|
"DP-2" = {
|
||||||
mode = "2560x1440";
|
mode = "2560x1440";
|
||||||
position = "1080x162";
|
position = "1080x346";
|
||||||
primary = true;
|
primary = true;
|
||||||
dpi = 96;
|
dpi = 96;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
|
enableSyntaxHighlighting = true;
|
||||||
plugins = [ ];
|
plugins = [ ];
|
||||||
initExtraBeforeCompInit = ''
|
initExtraBeforeCompInit = ''
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
|
|
||||||
|
|
@ -49,10 +49,7 @@ with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
zsh = {
|
zsh.enable = true;
|
||||||
enable = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
||||||
|
|
@ -164,10 +164,7 @@ with lib; {
|
||||||
# services.joycond.enable = true;
|
# services.joycond.enable = true;
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
programs.zsh = {
|
programs.zsh = { enable = true; };
|
||||||
enable = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.onedrive.enable = true;
|
services.onedrive.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,10 +70,7 @@ with lib; {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zsh = {
|
zsh = { enable = true; };
|
||||||
enable = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue