aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/modules/workstation/emacs/bootstrap.nix
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-12-21 06:23:30 +0100
committerMx Kookie <kookie@spacekookie.de>2020-12-21 06:23:30 +0100
commit89f641be1a2b7eac883b15b98100ca70c6c87e7c (patch)
treefca567200e2566a299610c8fd5e1e047039a3f24 /infra/libkookie/modules/workstation/emacs/bootstrap.nix
parent75d90de7bdc53f77c96c351d84891606b16e9c3e (diff)
code dumptmp
Diffstat (limited to 'infra/libkookie/modules/workstation/emacs/bootstrap.nix')
-rw-r--r--infra/libkookie/modules/workstation/emacs/bootstrap.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/libkookie/modules/workstation/emacs/bootstrap.nix b/infra/libkookie/modules/workstation/emacs/bootstrap.nix
new file mode 100644
index 000000000000..4e540ece2658
--- /dev/null
+++ b/infra/libkookie/modules/workstation/emacs/bootstrap.nix
@@ -0,0 +1,5 @@
+{ home-manager, packge, ... }:
+
+{
+ home.packages = [ package ];
+}