Add additional packages

This commit is contained in:
GHOSCHT 2023-10-14 13:24:20 +02:00
parent fb4b56a6fd
commit 3f89de3e26
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,7 @@
...
}: {
imports = import ../modules/desktops;
users.users.${vars.user} = {
# System User
isNormalUser = true;
@ -73,6 +74,7 @@
kochi-substitute
source-code-pro
ttf_bitstream_vera
inter
(nerdfonts.override {
# Nerdfont Icons override
fonts = [
@ -104,6 +106,7 @@
usbutils # Manage USB
wget # Retriever
bat
lazygit
# Video/Audio
alsa-utils # Audio Control

View file

@ -49,6 +49,8 @@
discord # Messaging
obs-studio # Live Streaming
simple-scan # Scanning
easyeffects
firefox
];
};
}