Compare commits
2 Commits
3f63234965
...
75c83a743e
Author | SHA1 | Date | |
---|---|---|---|
75c83a743e | |||
112593ef31 |
@ -31,7 +31,6 @@ in {
|
||||
wl-clipboard
|
||||
grim
|
||||
slurp
|
||||
light
|
||||
imv
|
||||
kanshi
|
||||
kitty
|
||||
@ -128,7 +127,6 @@ in {
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
gtkUsePortal = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ];
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-wlr ];
|
||||
};
|
||||
}
|
||||
|
@ -7,8 +7,10 @@
|
||||
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'";
|
||||
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"
|
||||
'';
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user