Add additional packages
This commit is contained in:
parent
fb4b56a6fd
commit
3f89de3e26
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -49,6 +49,8 @@
|
|||
discord # Messaging
|
||||
obs-studio # Live Streaming
|
||||
simple-scan # Scanning
|
||||
easyeffects
|
||||
firefox
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue