1

Use emacs pgtk native comp from emacs overlay

This commit is contained in:
2022-07-01 14:16:51 +02:00
parent c402011d60
commit 3ac71088a2

View File

@ -34,9 +34,8 @@
# TODO: Move to emacs module # TODO: Move to emacs module
emacs = { emacs = {
# TODO: This is wrong, I need to figure out the overlays package = pkgs.emacsPgtkNativeComp; # NOTE: I have no idea why not pkgs.emacs.emacsPgtkNativeComp...
# package = pkgs.emacsPgtkNativeComp; # package = pkgs.emacs28NativeComp;
package = pkgs.emacs28NativeComp;
enable = true; enable = true;
}; };
@ -80,7 +79,9 @@
}; };
# TODO: # TODO:
extensions = []; extensions = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
];
# TODO: # TODO:
profiles = { profiles = {
@ -276,8 +277,7 @@
# Gaming # Gaming
gamemode gamemode
# TODO: This is wrong, I need to figure out nur when I try out gamescope nur.repos.dukzcry.gamescope
# pkgs.repos.dukzcry.gamescope
# Flatpak bottles # Flatpak bottles
# Flatpak steam # Flatpak steam
polymc # TODO: Should I use Flatpak for all gaming stuff? polymc # TODO: Should I use Flatpak for all gaming stuff?