diff options
Diffstat (limited to 'init/functions.el')
-rw-r--r-- | init/functions.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init/functions.el b/init/functions.el index 29d07f81120a..a0f4d59456f5 100644 --- a/init/functions.el +++ b/init/functions.el @@ -111,4 +111,9 @@ Including indent-buffer, which should not be called automatically on save." (interactive) (eww "https://blog.fefe.de/")) +;; Open this machines NixOS config +(defun nix-config () + (interactive) + (find-file "/etc/nixos/configuration.nix")) + (provide 'functions) |