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