Fetch gccemacs with pgtk from emacs-overlay
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
systemd.user.services.doom-upgrade = {
|
||||
description = "Upgrade Doom Emacs";
|
||||
wantedBy = [ "default.target" ];
|
||||
path = with pkgs; [ bash emacsGccPgtk git coreutils ];
|
||||
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
||||
script =
|
||||
"${pkgs.bash}/bin/bash -c '/home/coolneng/.emacs.d/bin/doom -y upgrade'";
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
@@ -25,7 +25,7 @@
|
||||
systemd.user.services.doom-purge = {
|
||||
description = "Purge Doom Emacs";
|
||||
wantedBy = [ "default.target" ];
|
||||
path = with pkgs; [ bash emacsGccPgtk git coreutils ];
|
||||
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
||||
script =
|
||||
"${pkgs.bash}/bin/bash -c '/home/coolneng/.emacs.d/bin/doom -y purge'";
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
@@ -45,10 +45,8 @@
|
||||
description = "Upgrade Vim-Plug";
|
||||
wantedBy = [ "default.target" ];
|
||||
path = [ pkgs.git pkgs.neovim ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${pkgs.neovim}/bin/nvim +PlugUpgrade +PlugUpdate +qa";
|
||||
};
|
||||
script = "${pkgs.neovim}/bin/nvim +PlugUpgrade +PlugUpdate +qa";
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
};
|
||||
|
||||
systemd.user.timers.vim-plug-upgrade = {
|
||||
|
||||
Reference in New Issue
Block a user