Compare commits

..

3 Commits

2 changed files with 10 additions and 1 deletions

View File

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

View File

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