From 8298af5184cce0746f823b689649a946bb444b67 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:52:50 +0300 Subject: [PATCH] rm doom-emacs Signed-off-by: Alex Stan --- ultrapc/configuration.nix | 2 +- ultrapc/home.nix | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ultrapc/configuration.nix b/ultrapc/configuration.nix index d1abe67..7f2436c 100644 --- a/ultrapc/configuration.nix +++ b/ultrapc/configuration.nix @@ -176,7 +176,7 @@ in { services = { emacs = { - enable = true; + enable = false; # takes a lot of time to compile package = doom-emacs.override { doomPrivateDir = ./doom.d; }; diff --git a/ultrapc/home.nix b/ultrapc/home.nix index 87d50e8..5c4e656 100644 --- a/ultrapc/home.nix +++ b/ultrapc/home.nix @@ -9,6 +9,9 @@ in { # Allow unfree packages nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfreePredicate = (pkg: true); + nixpkgs.config.permittedInsecurePackages = [ + "electron-21.4.0" + ]; home = { username = "ultra"; homeDirectory = "/home/ultra/"; @@ -73,7 +76,7 @@ in { programs = { home-manager.enable = true; doom-emacs = { - enable = true; + enable = false; # takes a lot of time to compile doomPrivateDir = ./doom.d; }; # fish.enable = true;