From 9094b474b79dc2a54b8650b7e36c54f6469afd1c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 18 Dec 2022 15:56:03 +0100 Subject: [PATCH] Move lsd from basic --- hm_modules/__basic.nix | 1 - odin/hm.nix | 1 + thor/hm.nix | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hm_modules/__basic.nix b/hm_modules/__basic.nix index ec9f04a..c732287 100644 --- a/hm_modules/__basic.nix +++ b/hm_modules/__basic.nix @@ -36,7 +36,6 @@ ./info.nix ./jq.nix ./keychain.nix - ./lsd.nix ./man.nix ./shell_aliases.nix ./ssh.nix diff --git a/odin/hm.nix b/odin/hm.nix index ec97439..ede427d 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -120,6 +120,7 @@ ../hm_modules/kubernetes-admin.nix ../hm_modules/lf.nix ../hm_modules/libinput-gestures.nix + ../hm_modules/lsd.nix ../hm_modules/mangohud.nix ../hm_modules/megasync.nix ../hm_modules/mpv.nix diff --git a/thor/hm.nix b/thor/hm.nix index a6e6b07..ad132a9 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -110,6 +110,7 @@ ../hm_modules/kitty.nix ../hm_modules/kubernetes-admin.nix ../hm_modules/lf.nix + ../hm_modules/lsd.nix ../hm_modules/mangohud.nix ../hm_modules/megasync.nix ../hm_modules/mpv.nix