mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 09:28:13 +08:00
doom: avoid rebuild
This commit is contained in:
parent
69d79bcbd2
commit
4ee5b89695
2 changed files with 6 additions and 2 deletions
5
justfile
5
justfile
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue