about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-11 07:34:54 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-11 07:34:54 +0100
commit2815b34f38d308b7536d03c9a4572b10b090e37f (patch)
tree89dc7ea44968f62d18799a112cc3029bf56006b9 /nix-conf/home
parent7987a5c9176f683d0ec5509fc1e4cb469fbe834c (diff)
downloaddotfiles-2815b34f38d308b7536d03c9a4572b10b090e37f.tar.gz
Move libtree out of common
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/common.nix1
-rw-r--r--nix-conf/home/includes/linux-dev.nix1
-rw-r--r--nix-conf/home/includes/linux-server.nix1
3 files changed, 2 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index b27bae1..60af625 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -46,7 +46,6 @@ in
     isync
     jq
     libqalculate
-    libtree
     lscolors
     lsd
     lynx
diff --git a/nix-conf/home/includes/linux-dev.nix b/nix-conf/home/includes/linux-dev.nix
index 0da4099..cfd3760 100644
--- a/nix-conf/home/includes/linux-dev.nix
+++ b/nix-conf/home/includes/linux-dev.nix
@@ -11,6 +11,7 @@
   };
 
   home.packages = with pkgs; [
+    libtree
     mpv
     mu
     pinentry
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index 34d5d7e..12164b4 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -7,6 +7,7 @@
   home.packages = with pkgs; [
     emacs-nox
     irssi
+    libtree
     msmtp
     neomutt
     pinentry