From ddfe5ff217b86d73e3baa2ea9764b83c2bf6d685 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 10 Oct 2023 10:34:34 +0100 Subject: [PATCH] Add midnight commander and temp config instructions --- README.org | 8 ++++++++ home/hyprland/config.nix | 2 +- system/default.nix | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 77df02c3..3cac5fa5 100644 --- a/README.org +++ b/README.org @@ -70,3 +70,11 @@ Register app-password with gnome-keyring; #+begin_src bash secret-tool store --label="NextCloud" url cloud.xenia.me.uk #+end_src +* Midnight Commander +** TODO Convert to use home-manager properly +Instructions from [[https://github.com/catppuccin/mc][GitHub - catppuccin/mc: 🌜 Soothing pastel theme for Midnight Commander]]: +#+begin_src bash +mkdir -p $HOME/.local/share/mc/skins && cd $HOME/.local/share/mc/skins && git clone https://github.com/catppuccin/mc.git && ln -s -f ./mc/catppuccin.ini . +#+end_src + +Then set theme in src_bash[mc]{mc} F9 appearance menu. diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 92bac90b..7c93c1ca 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -122,7 +122,7 @@ in '' bind = SUPER ALT, T, exec, [workspace 1] alacritty bind = SUPER ALT, W, exec, [workspace 3] firefox bind = SUPER ALT, A, exec, [workspace 4] alacritty -e khal interactive - bind = SUPER ALT, F, exec, [workspace 5] thunar + bind = SUPER ALT, F, exec, [workspace 5] alacritty -e mc bind = SUPER ALT, S, exec, [workspace 6] alacritty -e ncspot bind = SUPER ALT, C, exec, [workspace 7] ferdium bind = SUPER ALT, R, exec, [workspace 8] remmina diff --git a/system/default.nix b/system/default.nix index 702d23e5..69184961 100644 --- a/system/default.nix +++ b/system/default.nix @@ -38,6 +38,7 @@ in { dig silver-searcher gnumake + mc ]; localBinInPath = true; shellAliases.rebuild = ''