Use my own emacs, with gtk3 and webkit.
This commit is contained in:
parent
7d4a31190c
commit
58e1f382d9
@ -40,7 +40,8 @@
|
|||||||
ghc-mod
|
ghc-mod
|
||||||
|
|
||||||
# emacs
|
# emacs
|
||||||
emacs
|
# emacs
|
||||||
|
emacsPackages.cask
|
||||||
ghostscript # for auctex
|
ghostscript # for auctex
|
||||||
aspell
|
aspell
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"kernel.perf_event_paranoid" = "0";
|
"kernel.perf_event_paranoid" = "0";
|
||||||
|
"kernel.kptr_restrict" = pkgs.lib.mkForce "0";
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
"fs.inotify.max_user_watches" = 524288;
|
"fs.inotify.max_user_watches" = 524288;
|
||||||
|
12
large-sw.nix
12
large-sw.nix
@ -14,6 +14,18 @@
|
|||||||
atom
|
atom
|
||||||
|
|
||||||
coq_8_5
|
coq_8_5
|
||||||
|
|
||||||
|
myemacs
|
||||||
|
|
||||||
|
# cargo rustc
|
||||||
] ++ (with aspellDicts; [ en de fr nl ]);
|
] ++ (with aspellDicts; [ en de fr nl ]);
|
||||||
|
|
||||||
|
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
|
||||||
|
myemacs = emacs25.override {
|
||||||
|
withGTK2 = false;
|
||||||
|
withGTK3 = true;
|
||||||
|
withXwidgets = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -67,6 +67,6 @@
|
|||||||
|
|
||||||
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages;
|
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages;
|
||||||
|
|
||||||
time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern";
|
# time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user