Formatting
This commit is contained in:
parent
a0314c11a0
commit
aaeeb136db
3 changed files with 10 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
mkVmApps
|
mkVmApps
|
||||||
nixosConfigurations
|
nixosConfigurations
|
||||||
;
|
;
|
||||||
in {
|
in {
|
||||||
inherit nixosConfigurations;
|
inherit nixosConfigurations;
|
||||||
|
|
||||||
apps = lib.foldr lib.recursiveUpdate {} [
|
apps = lib.foldr lib.recursiveUpdate {} [
|
||||||
|
|
|
@ -3,7 +3,13 @@
|
||||||
# Downgraded due to
|
# Downgraded due to
|
||||||
# https://github.com/mortie/swaylock-effects/issues/95
|
# https://github.com/mortie/swaylock-effects/issues/95
|
||||||
swaylock-effects = pkgs.swaylock-effects.overrideAttrs (_: {
|
swaylock-effects = pkgs.swaylock-effects.overrideAttrs (_: {
|
||||||
version = "1.6-3";
|
version = "jirutka-master";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "jirutka";
|
||||||
|
repo = "swaylock-effects";
|
||||||
|
rev = "a7691b86dabe5241c7292c7b8d0551d579ba1848";
|
||||||
|
sha256 = "sha256-GN+cxzC11Dk1nN9wVWIyv+rCrg4yaHnCePRYS1c4JTk=";
|
||||||
|
};
|
||||||
});
|
});
|
||||||
swaylockWithArgs = pkgs.writeScriptBin "swaylockWithArgs" ''
|
swaylockWithArgs = pkgs.writeScriptBin "swaylockWithArgs" ''
|
||||||
${swaylock-effects}/bin/swaylock \
|
${swaylock-effects}/bin/swaylock \
|
||||||
|
|
|
@ -39,6 +39,8 @@
|
||||||
tree-sitter-langs
|
tree-sitter-langs
|
||||||
yaml-mode
|
yaml-mode
|
||||||
hl-todo
|
hl-todo
|
||||||
|
markdown-mode
|
||||||
|
polymode # TODO remove if not able to configure it
|
||||||
]);
|
]);
|
||||||
vanillaEmacsBin = pkgs.writeScriptBin "vanillaEmacs" ''
|
vanillaEmacsBin = pkgs.writeScriptBin "vanillaEmacs" ''
|
||||||
${vanillaEmacs}/bin/emacs --init-directory ~/.vanilla-emacs.d $@
|
${vanillaEmacs}/bin/emacs --init-directory ~/.vanilla-emacs.d $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue