mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
removed tree, replaced with eza functionality
This commit is contained in:
parent
6ac3d1b33a
commit
3daa4d334b
4 changed files with 5 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ in
|
||||||
btc = "bitcoind";
|
btc = "bitcoind";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 8333 ];
|
#networking.firewall.allowedTCPPorts = [ 8333 ];
|
||||||
|
|
||||||
services.bitcoind = {
|
services.bitcoind = {
|
||||||
"btc" = {
|
"btc" = {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
cd = "cd -L";
|
cd = "cd -L";
|
||||||
grep = "grep --color";
|
grep = "grep --color";
|
||||||
|
tree = "lt --icon=never";
|
||||||
|
lt = "lt --icon=never";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ check_venv() {
|
||||||
${if gui.enable then ''
|
${if gui.enable then ''
|
||||||
project_icon=""
|
project_icon=""
|
||||||
'' else ''
|
'' else ''
|
||||||
project_icon="\[\033[01;34m\]git>[\033[00m\]"
|
project_icon="\[\033[01;34m\]git>\033[00m\]"
|
||||||
|
|
||||||
''}
|
''}
|
||||||
set_git_dir() {
|
set_git_dir() {
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ in
|
||||||
imports = [ ./modules ];
|
imports = [ ./modules ];
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wget curl tree neofetch
|
wget curl neofetch
|
||||||
unzip fping calc fd pciutils
|
unzip fping calc fd pciutils
|
||||||
rsync zip lshw
|
rsync zip lshw
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue