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;
|
imports = import ../modules/desktops;
|
||||||
|
|
||||||
users.users.${vars.user} = {
|
users.users.${vars.user} = {
|
||||||
# System User
|
# System User
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
kochi-substitute
|
kochi-substitute
|
||||||
source-code-pro
|
source-code-pro
|
||||||
ttf_bitstream_vera
|
ttf_bitstream_vera
|
||||||
|
inter
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {
|
||||||
# Nerdfont Icons override
|
# Nerdfont Icons override
|
||||||
fonts = [
|
fonts = [
|
||||||
|
@ -104,6 +106,7 @@
|
||||||
usbutils # Manage USB
|
usbutils # Manage USB
|
||||||
wget # Retriever
|
wget # Retriever
|
||||||
bat
|
bat
|
||||||
|
lazygit
|
||||||
|
|
||||||
# Video/Audio
|
# Video/Audio
|
||||||
alsa-utils # Audio Control
|
alsa-utils # Audio Control
|
||||||
|
|
|
@ -49,6 +49,8 @@
|
||||||
discord # Messaging
|
discord # Messaging
|
||||||
obs-studio # Live Streaming
|
obs-studio # Live Streaming
|
||||||
simple-scan # Scanning
|
simple-scan # Scanning
|
||||||
|
easyeffects
|
||||||
|
firefox
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue