cool
This commit is contained in:
@@ -50,11 +50,21 @@ in {
|
||||
scroll_factor = "0.5";
|
||||
};
|
||||
};
|
||||
output = {
|
||||
output = if hostname == "sidon"
|
||||
then {
|
||||
DP-3 = {
|
||||
position = "0 600";
|
||||
scale = "1.33";
|
||||
};
|
||||
HDMI-A-1 = {
|
||||
position = "2880 0";
|
||||
scale = "1.33";
|
||||
transform = "270";
|
||||
};
|
||||
} else {
|
||||
eDP-1 = {
|
||||
scale = "1.33";
|
||||
};
|
||||
|
||||
DP-3 = {
|
||||
position = "0 0";
|
||||
scale = "1.33";
|
||||
|
||||
@@ -167,7 +167,7 @@ in {
|
||||
zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
eval "$(direnv hook zsh)"
|
||||
'';
|
||||
oh-my-zsh = {
|
||||
|
||||
Reference in New Issue
Block a user