[feat] Remove start-tmux fzf script

This commit is contained in:
uttarayan21
2024-03-13 23:24:47 +05:30
parent f5388325da
commit 7f06dd4403

View File

@@ -1,8 +1,4 @@
{ inputs, config, pkgs, lib, device, ... }: { inputs, config, pkgs, lib, device, ... }: {
let
start-tmux = (import ../scripts/start-tmux.nix) pkgs;
in
{
imports = [ imports = [
inputs.nix-index-database.hmModules.nix-index inputs.nix-index-database.hmModules.nix-index
./tmux.nix ./tmux.nix
@@ -93,7 +89,7 @@ in
helix = { helix = {
enable = true; enable = true;
settings = { settings = {
theme = "base16"; theme = "catppuccin_mocha";
editor = { editor = {
line-number = "relative"; line-number = "relative";
lsp.display-messages = true; lsp.display-messages = true;
@@ -126,7 +122,7 @@ in
cd = "z"; cd = "z";
ls = "eza"; ls = "eza";
cat = "bat"; cat = "bat";
t = "${start-tmux}"; t = "tmux";
}; };
shellAliases = { g = "git"; }; shellAliases = { g = "git"; };
shellInit = '' shellInit = ''
@@ -135,7 +131,7 @@ in
''; '';
interactiveShellInit = '' interactiveShellInit = ''
${pkgs.spotify-player}/bin/spotify_player generate fish | source ${pkgs.spotify-player}/bin/spotify_player generate fish | source
${pkgs.macchina}/bin/macchina ${pkgs.pfetch-rs}/bin/pfetch
''; '';
}; };
@@ -147,6 +143,9 @@ in
nv = "neovide"; nv = "neovide";
cat = "bat"; cat = "bat";
}; };
extraConfig = ''
${pkgs.pfetch-rs}/bin/pfetch
'';
package = pkgs.nushellFull; package = pkgs.nushellFull;
configFile.text = '' configFile.text = ''
$env.config = { $env.config = {