Changes
parent
8082969258
commit
edb9f71f70
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
".config/fish/fishfile".text = ''
|
".config/fish/fishfile".text = ''
|
||||||
laughedelic/pisces
|
jorgebucaran/autopair.fish
|
||||||
joehillen/to-fish
|
joehillen/to-fish
|
||||||
jethrokuan/z
|
jethrokuan/z
|
||||||
decors/fish-colored-man
|
decors/fish-colored-man
|
||||||
|
@ -8,15 +8,15 @@
|
||||||
haslersn/fish-nix-completions
|
haslersn/fish-nix-completions
|
||||||
gyakovlev/fish-fzy
|
gyakovlev/fish-fzy
|
||||||
joseluisq/gitnow
|
joseluisq/gitnow
|
||||||
edc/bass
|
jorgebucaran/replay.fish
|
||||||
fishpkg/fish-get
|
fishpkg/fish-get
|
||||||
fishpkg/fish-spin
|
fishpkg/fish-spin
|
||||||
oh-my-fish/plugin-bang-bang
|
oh-my-fish/plugin-bang-bang
|
||||||
fishpkg/fish-humanize-duration
|
fishpkg/fish-humanize-duration
|
||||||
jorgebucaran/fish-getopts
|
jorgebucaran/fish-getopts
|
||||||
matthewess/fish-autovenv
|
matthewess/fish-autovenv
|
||||||
|
Gazorby/fish-abbreviation-tips
|
||||||
'';
|
'';
|
||||||
".config/fish/completions/pijul.fish".source = ../assets/pijul.fish;
|
|
||||||
# ".config/fish/completions/systemctl.fish".source = ../assets/systemctl.fish;
|
# ".config/fish/completions/systemctl.fish".source = ../assets/systemctl.fish;
|
||||||
".config/fish/functions/colortest.fish".source = ../assets/colortest.fish;
|
".config/fish/functions/colortest.fish".source = ../assets/colortest.fish;
|
||||||
".config/fish/functions/mkdcd.fish".text = ''
|
".config/fish/functions/mkdcd.fish".text = ''
|
||||||
|
@ -32,10 +32,4 @@
|
||||||
unzip -d $target $target
|
unzip -d $target $target
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
".config/pijul/config.toml".text = ''
|
|
||||||
[author]
|
|
||||||
name = "mat"
|
|
||||||
full_name = "mat"
|
|
||||||
email = "mat@mat.services"
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,4 +18,11 @@
|
||||||
'';
|
'';
|
||||||
".config/kitty/theme.conf".source = ../assets/kitty-theme.conf;
|
".config/kitty/theme.conf".source = ../assets/kitty-theme.conf;
|
||||||
".config/rofi/theme.rasi".source = ../assets/sidetab.rasi;
|
".config/rofi/theme.rasi".source = ../assets/sidetab.rasi;
|
||||||
|
".config/fish/completions/pijul.fish".source = ../assets/pijul.fish;
|
||||||
|
".config/pijul/config.toml".text = ''
|
||||||
|
[author]
|
||||||
|
name = "mat"
|
||||||
|
full_name = "mat"
|
||||||
|
email = "mat@mat.services"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,13 +18,9 @@ in {
|
||||||
bottom
|
bottom
|
||||||
dbus
|
dbus
|
||||||
du-dust
|
du-dust
|
||||||
fzy
|
|
||||||
httpie
|
|
||||||
imagemagick
|
imagemagick
|
||||||
jq
|
|
||||||
mdcat
|
mdcat
|
||||||
neofetch
|
pijul
|
||||||
procs
|
|
||||||
unrar
|
unrar
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
# graphical applications
|
# graphical applications
|
||||||
|
|
|
@ -21,9 +21,12 @@ in {
|
||||||
# command line utils
|
# command line utils
|
||||||
dnsutils
|
dnsutils
|
||||||
fd
|
fd
|
||||||
|
fzy
|
||||||
|
httpie
|
||||||
|
jq
|
||||||
|
neofetch
|
||||||
rlwrap
|
rlwrap
|
||||||
tealdeer
|
tealdeer
|
||||||
pijul
|
|
||||||
];
|
];
|
||||||
file = import ../hm-configs/files-all.nix;
|
file = import ../hm-configs/files-all.nix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue