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