diff options
author | Ben Sima <ben@bsima.me> | 2025-02-07 13:08:41 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-07 13:09:38 -0500 |
commit | ebffda54c7d72933d73c31bf783eced1c415dbf5 (patch) | |
tree | 990e6fbfc4b7c2a9ff715d53db2b1f89384b70f4 | |
parent | 2a46553b17e2535ba00d9c6ae1d07d994a63b51e (diff) |
disable nautilus, this doesn't work for some reason
-rw-r--r-- | lib/cfg.def.h | 2 | ||||
-rw-r--r-- | lib/linux.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/cfg.def.h b/lib/cfg.def.h index c6b72b5..ce585ff 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -51,11 +51,11 @@ static struct command mumble[] = { }; static struct command apps[] = { - DEFCMD ("d", "dolphin" , "dolphin") DEFCMD ("f", "firefox" , "firefox") DEFCMD ("h", "htop" , "urxvt htop") // DEFCMD ("k", "keybase" , "keybase-gui") DEFPREFIX ("m", "mumble" , mumble) + DEFCMD ("n", "nautilus" , "nautilus") DEFCMD ("r", "ranger" , "urxvt ranger") DEFCMD ("t", "telegram" , "telegram-desktop") DEFCMD ("q", "qutebrowser", "qutebrowser") diff --git a/lib/linux.nix b/lib/linux.nix index 20d6de1..e025452 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -67,7 +67,6 @@ in mplayer muchsync mumble - nautilus nyxt pandoc pavucontrol |