Updated emacs to 31 and fixed kanshi profile descriptors
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
profile docked {
|
profile docked {
|
||||||
# Center 4K monitor
|
# Center 4K monitor
|
||||||
output DP-6 {
|
output "Dell Inc. DELL S3221QS 9Y4W6N3" {
|
||||||
mode 3840x2160@60.000
|
mode 3840x2160@60.000
|
||||||
position 1920,120
|
position 1920,120
|
||||||
scale 1.25
|
scale 1.25
|
||||||
}
|
}
|
||||||
|
|
||||||
# Right 1080p monitor (rotated left)
|
# Right 1080p monitor (rotated left)
|
||||||
output DP-7 {
|
output "Dell Inc. DELL U2417H XVNNT6B1890L" {
|
||||||
mode 1920x1080@60.000
|
mode 1920x1080@60.000
|
||||||
position 3072,0
|
position 3072,0
|
||||||
transform 90
|
transform 90
|
||||||
|
|||||||
@@ -15,8 +15,6 @@
|
|||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.emacs.enable = true;
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Password manager
|
# Password manager
|
||||||
rbw
|
rbw
|
||||||
|
|||||||
@@ -37,4 +37,9 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.emacs = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user