configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 14:28:04 -04:00
parent 500e8a7cd4
commit 413130e69e
2 changed files with 12 additions and 12 deletions

View file

@ -41,6 +41,13 @@
kanata-with-cmd kanata-with-cmd
wezterm wezterm
emacs emacs
starship
lazygit
nnn
isync
msmtp
jetbrains-mono
fish fish
fishPlugins.foreign-env fishPlugins.foreign-env
fishPlugins.z fishPlugins.z
@ -48,12 +55,6 @@
fishPlugins.fifc fishPlugins.fifc
fishPlugins.bass fishPlugins.bass
fishPlugins.autopair fishPlugins.autopair
starship
lazygit
nnn
isync
msmtp
jetbrains-mono
via via
bitwarden-cli bitwarden-cli
@ -107,11 +108,11 @@
}; };
fish = { fish = {
enable = true; enable = true;
vendor = { #vendor = {
completions.enable = true; # completions.enable = true;
config.enable = true; # config.enable = true;
functions.enable = true; # functions.enable = true;
}; #};
}; };
starship = { starship = {
enable = true; enable = true;

View file

@ -187,7 +187,6 @@
rsync rsync
#kanata #kanata
kmonad kmonad
fishPlugins.foriegn-env
]; ];
#systemd.services.kanata = { #systemd.services.kanata = {