1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix typo in default.el (emacs) and set default dm for nucturne

This commit is contained in:
Stefan Ellmauthaler 2023-05-08 17:23:03 +02:00
parent ee0f19b323
commit 4bce5ef127
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256
2 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@
# enable X11 with lightdm and i3 # enable X11 with lightdm and i3
graphical = { graphical = {
enable = true; enable = true;
sway.enable = false; sway.enable = true;
i3.enable = false; i3.enable = false;
plasma.enable = true; plasma.enable = false;
# set dpi if used in mobile applications # set dpi if used in mobile applications
# dpi = 180; # dpi = 180;
}; };

View File

@ -403,7 +403,7 @@
(lsp-rust-analyzer-server-display-inlay-hints t) (lsp-rust-analyzer-server-display-inlay-hints t)
(lsp-rust-analyzer-cargo-watch-command "clippy") (lsp-rust-analyzer-cargo-watch-command "clippy")
(lsp-rust-analyzer-display-parameter-hints t) (lsp-rust-analyzer-display-parameter-hints t)
(lsp-rust-analyzer-dispaly-chaining-hints t) (lsp-rust-analyzer-display-chaining-hints t)
(lsp-rust-analyzer-proc-macro-enable t) (lsp-rust-analyzer-proc-macro-enable t)
(lsp-rust-analyzer-experimental-proc-attr-macros t) (lsp-rust-analyzer-experimental-proc-attr-macros t)
:hook :hook