From 3ac71088a2cee2154cf2c8f38e08774d6c08e9e2 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 1 Jul 2022 14:16:51 +0200 Subject: [PATCH] Use emacs pgtk native comp from emacs overlay --- home/home.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/home.nix b/home/home.nix index cd9b5614..b70193b1 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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?