parent
ca6d704524
commit
d754476865
1 changed files with 6 additions and 0 deletions
6
home.nix
6
home.nix
|
@ -116,6 +116,7 @@
|
||||||
wireshark
|
wireshark
|
||||||
nheko
|
nheko
|
||||||
handbrake
|
handbrake
|
||||||
|
feishin
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -124,6 +125,11 @@
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
|
||||||
|
fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
alacritty = {
|
alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.shell = {
|
settings.shell = {
|
||||||
|
|
Loading…
Reference in a new issue