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