Updated emacs to 31 and fixed kanshi profile descriptors

This commit is contained in:
Random936
2026-09-11 07:32:37 -04:00
parent dc6fdcfa02
commit eebe9e75d1
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -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
-2
View File
@@ -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
+5
View File
@@ -37,4 +37,9 @@
]; ];
}; };
}; };
services.emacs = {
enable = true;
defaultEditor = true;
};
} }