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.packages = with pkgs; [
|
||||
btm
|
||||
dust
|
||||
eza
|
||||
fastfetch
|
||||
|
|
@ -27,6 +26,7 @@
|
|||
dmy = "date +'%-d.-%-m.%Y'";
|
||||
du = "dust";
|
||||
ls = "eza";
|
||||
tree = "eza --tree";
|
||||
top = "btm --battery";
|
||||
ymd = "date +'%Y-%m-%d'";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -31,7 +31,6 @@
|
|||
libreoffice
|
||||
foot
|
||||
pciutils
|
||||
tree
|
||||
virtiofsd
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue