This commit is contained in:
Till 2026-03-07 11:00:27 +01:00
parent 5b344eacc5
commit 3dab1d7d12
2 changed files with 2 additions and 3 deletions

View file

@ -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'";
}; };

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
@ -31,7 +31,6 @@
libreoffice libreoffice
foot foot
pciutils pciutils
tree
virtiofsd virtiofsd
]; ];