Compare commits

...

2 commits

Author SHA1 Message Date
Aaron Honeycutt
ee96ad47bd Edit configuration.nix 2025-02-25 21:38:23 +00:00
Aaron Honeycutt
b1fcea551a Edit home.nix 2025-02-25 21:37:48 +00:00
2 changed files with 2 additions and 11 deletions

View file

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

View file

@ -17,7 +17,6 @@
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
@ -25,13 +24,8 @@
tuba tuba
#youtube-music #disabled for aarch64 #youtube-music #disabled for aarch64
# VM
quickemu quickemu
spice-gtk spice-gtk
# CLI
freshfetch
gcc
]; ];
programs.bash = { programs.bash = {