Compare commits

..

No commits in common. "ee96ad47bd5f3a647b3ab131d72629766316e106" and "b4a3f9c9ec849f03f68243c258221c72ff67e188" have entirely different histories.

2 changed files with 11 additions and 2 deletions

View file

@ -62,6 +62,7 @@
[ [
avahi avahi
dmidecode dmidecode
fira
firefox firefox
freshfetch freshfetch
git git
@ -70,6 +71,8 @@
libcamera libcamera
lshw lshw
restic restic
roboto-slab
nvd
unzip unzip
wget wget
xz xz

View file

@ -17,6 +17,7 @@
home.stateVersion = "24.11"; home.stateVersion = "24.11";
home.packages = with pkgs; [ home.packages = with pkgs; [
# GUI
deja-dup deja-dup
#discord #disabled for aarch64 #discord #disabled for aarch64
libreoffice-fresh libreoffice-fresh
@ -24,8 +25,13 @@
tuba tuba
#youtube-music #disabled for aarch64 #youtube-music #disabled for aarch64
quickemu # VM
spice-gtk quickemu
spice-gtk
# CLI
freshfetch
gcc
]; ];
programs.bash = { programs.bash = {