Updated nixpkgs and added Docker
This commit is contained in:
parent
8f2faaead9
commit
9d9c65a835
7 changed files with 15 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
(use-package nix-mode
|
||||
:mode "\\.nix\\'"
|
||||
;:hook
|
||||
;(before-save . lsp-format-buffer))
|
||||
)
|
||||
:hook
|
||||
(before-save . lsp-format-buffer))
|
||||
(require 'sudo-utils)
|
||||
|
||||
(defun nixos-rebuild-switch ()
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
keybindings = lib.mkOptionDefault {
|
||||
"${modifier}+x" = "exec ${pkgs.customEmacs}/bin/emacs";
|
||||
"${modifier}+b" = "exec ${pkgs.firefox}/bin/firefox";
|
||||
"${modifier}+s" = "exec \'file=\"~/shots/\$(date --iso-8601=seconds).png\"; ${pkgs.grim}/bin/grim -t png -g \"\$(${pkgs.slurp}/bin/slurp)\" \$file; wl-copy -t image/png < \$file\'";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue