mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Compare commits
No commits in common. "ee96ad47bd5f3a647b3ab131d72629766316e106" and "b4a3f9c9ec849f03f68243c258221c72ff67e188" have entirely different histories.
ee96ad47bd
...
b4a3f9c9ec
2 changed files with 11 additions and 2 deletions
|
@ -62,6 +62,7 @@
|
|||
[
|
||||
avahi
|
||||
dmidecode
|
||||
fira
|
||||
firefox
|
||||
freshfetch
|
||||
git
|
||||
|
@ -70,6 +71,8 @@
|
|||
libcamera
|
||||
lshw
|
||||
restic
|
||||
roboto-slab
|
||||
nvd
|
||||
unzip
|
||||
wget
|
||||
xz
|
||||
|
|
10
home.nix
10
home.nix
|
@ -17,6 +17,7 @@
|
|||
home.stateVersion = "24.11";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# GUI
|
||||
deja-dup
|
||||
#discord #disabled for aarch64
|
||||
libreoffice-fresh
|
||||
|
@ -24,8 +25,13 @@
|
|||
tuba
|
||||
#youtube-music #disabled for aarch64
|
||||
|
||||
quickemu
|
||||
spice-gtk
|
||||
# VM
|
||||
quickemu
|
||||
spice-gtk
|
||||
|
||||
# CLI
|
||||
freshfetch
|
||||
gcc
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue