Formatting

This commit is contained in:
Andrea Ciceri 2023-02-05 13:57:04 +01:00
parent a0314c11a0
commit aaeeb136db
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
3 changed files with 10 additions and 2 deletions

View file

@ -34,7 +34,7 @@
mkVmApps
nixosConfigurations
;
in {
in {
inherit nixosConfigurations;
apps = lib.foldr lib.recursiveUpdate {} [

View file

@ -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 \

View file

@ -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 $@