tree
This commit is contained in:
parent
5b344eacc5
commit
3dab1d7d12
2 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
home.homeDirectory = "/home/${config.home.username}";
|
home.homeDirectory = "/home/${config.home.username}";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
btm
|
|
||||||
dust
|
dust
|
||||||
eza
|
eza
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
@ -27,6 +26,7 @@
|
||||||
dmy = "date +'%-d.-%-m.%Y'";
|
dmy = "date +'%-d.-%-m.%Y'";
|
||||||
du = "dust";
|
du = "dust";
|
||||||
ls = "eza";
|
ls = "eza";
|
||||||
|
tree = "eza --tree";
|
||||||
top = "btm --battery";
|
top = "btm --battery";
|
||||||
ymd = "date +'%Y-%m-%d'";
|
ymd = "date +'%Y-%m-%d'";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
foot
|
foot
|
||||||
pciutils
|
pciutils
|
||||||
tree
|
|
||||||
virtiofsd
|
virtiofsd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue