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