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
dmidecode
fira
firefox
freshfetch
git
@ -71,8 +70,6 @@
libcamera
lshw
restic
roboto-slab
nvd
unzip
wget
xz

View file

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