doom: avoid rebuild

This commit is contained in:
Sridhar Ratnakumar 2024-11-27 13:57:10 -05:00
parent 69d79bcbd2
commit 4ee5b89695
2 changed files with 6 additions and 2 deletions

View file

@ -6,6 +6,11 @@ default:
local:
nix run
# Run this before `nix run` to build the current configuration
[group('main')]
nom:
, nom build --no-link .#nixosConfigurations.vixen.config.system.build.toplevel
# Deploy to Beelink
[group('deploy')]
pureintent:

View file

@ -2,7 +2,6 @@
let
inherit (flake) inputs;
inherit (inputs) self;
in
{
imports = [
@ -17,7 +16,7 @@ in
programs.doom-emacs = {
enable = true;
emacs = pkgs.emacs30-pgtk;
doomDir = self + /doom.d;
doomDir = ../../../doom.d;
experimentalFetchTree = true; # Disable if there are fetcher issues
extraPackages = lib.optionals pkgs.stdenv.isLinux (epkgs: with epkgs; [
vterm