Compare commits
No commits in common. "75c83a743ec3345890c3882d834d97b5c9d583dd" and "3f6323496560fa947ad89402b157cbff539722e7" have entirely different histories.
75c83a743e
...
3f63234965
@ -31,6 +31,7 @@ in {
|
||||
wl-clipboard
|
||||
grim
|
||||
slurp
|
||||
light
|
||||
imv
|
||||
kanshi
|
||||
kitty
|
||||
@ -127,6 +128,7 @@ in {
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-wlr ];
|
||||
gtkUsePortal = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ];
|
||||
};
|
||||
}
|
||||
|
@ -7,10 +7,8 @@
|
||||
description = "Upgrade Doom Emacs";
|
||||
wantedBy = [ "default.target" ];
|
||||
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
||||
script = ''
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y upgrade"
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom sync"
|
||||
'';
|
||||
script =
|
||||
"${pkgs.bash}/bin/bash -c '/home/coolneng/.emacs.d/bin/doom -y upgrade'";
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user