Some changes
This commit is contained in:
parent
53a10e993b
commit
f5cec9b929
16 changed files with 134 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.bat = {
|
||||
basePackage = pkgs.bat;
|
||||
flags = ["--theme=Nord"];
|
||||
flags = ["--theme" "Nord"];
|
||||
};
|
||||
}
|
||||
|
|
6
wrappers/common/fish.nix
Normal file
6
wrappers/common/fish.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.fish = {
|
||||
basePackage = pkgs.fish;
|
||||
env.fish_greeting.value = "";
|
||||
};
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.neofetch = {
|
||||
basePackage = pkgs.hyfetch;
|
||||
basePackage = pkgs.hyfetch; # Neowofetch
|
||||
flags = [
|
||||
"--config"
|
||||
./neofetch.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue