]> git.ekhem.eu.org Git - guix.git/commitdiff
[home] Install a symlink manager.
authorJakub Czajka <jakub@ekhem.eu.org>
Fri, 23 Dec 2022 20:32:37 +0000 (21:32 +0100)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:53:07 +0000 (19:53 +0100)
home.scm

index 7672ee21c2d01d07b08813022d84656a95298947..ed02dd19864b615a3d1f3c218ab8af4524185de9 100644 (file)
--- a/home.scm
+++ b/home.scm
@@ -5,10 +5,11 @@
 
 (use-modules (conf home bash)
             (conf home desktop)
-            (conf home emacs))
+            (conf home emacs)
+             (gnu packages package-management))
 
 (home-environment
- (packages (list))
+ (packages (list stow))
  (services
   (append
    (list autorandr-service)