Changes
parent
8082969258
commit
edb9f71f70
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
".config/fish/fishfile".text = ''
|
||||
laughedelic/pisces
|
||||
jorgebucaran/autopair.fish
|
||||
joehillen/to-fish
|
||||
jethrokuan/z
|
||||
decors/fish-colored-man
|
||||
|
@ -8,15 +8,15 @@
|
|||
haslersn/fish-nix-completions
|
||||
gyakovlev/fish-fzy
|
||||
joseluisq/gitnow
|
||||
edc/bass
|
||||
jorgebucaran/replay.fish
|
||||
fishpkg/fish-get
|
||||
fishpkg/fish-spin
|
||||
oh-my-fish/plugin-bang-bang
|
||||
fishpkg/fish-humanize-duration
|
||||
jorgebucaran/fish-getopts
|
||||
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/functions/colortest.fish".source = ../assets/colortest.fish;
|
||||
".config/fish/functions/mkdcd.fish".text = ''
|
||||
|
@ -32,10 +32,4 @@
|
|||
unzip -d $target $target
|
||||
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/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
|
||||
dbus
|
||||
du-dust
|
||||
fzy
|
||||
httpie
|
||||
imagemagick
|
||||
jq
|
||||
mdcat
|
||||
neofetch
|
||||
procs
|
||||
pijul
|
||||
unrar
|
||||
wireguard-tools
|
||||
# graphical applications
|
||||
|
|
|
@ -21,9 +21,12 @@ in {
|
|||
# command line utils
|
||||
dnsutils
|
||||
fd
|
||||
fzy
|
||||
httpie
|
||||
jq
|
||||
neofetch
|
||||
rlwrap
|
||||
tealdeer
|
||||
pijul
|
||||
];
|
||||
file = import ../hm-configs/files-all.nix;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue