summaryrefslogtreecommitdiff
path: root/home/home-minimal.nix
diff options
context:
space:
mode:
authorstuebinm2023-10-09 00:19:58 +0200
committerstuebinm2023-10-09 00:19:58 +0200
commit1ce518870a73494be67d9899461f2beadeeba9a6 (patch)
tree98e7c6a99f4cf918745748a8692898e9b0b98a51 /home/home-minimal.nix
parent6dce050aeed525bc125459a6f2e47bb1ed3a07f4 (diff)
updates
Diffstat (limited to 'home/home-minimal.nix')
-rw-r--r--home/home-minimal.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/home-minimal.nix b/home/home-minimal.nix
index 51bb8d0..bae85bc 100644
--- a/home/home-minimal.nix
+++ b/home/home-minimal.nix
@@ -4,6 +4,7 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
+
imports = [
./packages-minimal.nix
];