Compare commits

..

No commits in common. "75c83a743ec3345890c3882d834d97b5c9d583dd" and "3f6323496560fa947ad89402b157cbff539722e7" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -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 ];
}; };
} }

View File

@ -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"; };
}; };