From 2815b34f38d308b7536d03c9a4572b10b090e37f Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 11 Jun 2024 07:34:54 +0100 Subject: Move libtree out of common --- nix-conf/home/includes/common.nix | 1 - nix-conf/home/includes/linux-dev.nix | 1 + nix-conf/home/includes/linux-server.nix | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) (limited to 'nix-conf/home/includes') 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 -- cgit 1.4.1-2-gfad0 d=fe95e13de7e306e77e63a5819170fe814a9af5bc'>blame commit diff stats
path: root/ranger.py
blob: 864acf276680dbce9c4acde62197e3407987932b (plain) (tree)
1
2
3
4
5
6
7
8
9
10