Compare commits

...

3 Commits

2 changed files with 10 additions and 1 deletions

View File

@@ -4,7 +4,6 @@
./modules/thunderbird
./modules/nethack
./modules/firefox
./modules/neovim
];
programs = {
@@ -77,6 +76,11 @@
steam-run
sent'
gcc
python3
nodejs
lua
];
sessionVariables = {

View File

@@ -90,8 +90,11 @@ in
# Packages
environment.systemPackages = with pkgs; [
alsa-utils
libextractor
file
unzip
];
@@ -123,5 +126,7 @@ in
fonts.packages = with pkgs; [
noto-fonts-cjk-sans
noto-fonts-cjk-serif
nerd-fonts.fira-code
];
}