Compare commits
3 Commits
f199c178a9
...
5711cfb5a1
Author | SHA1 | Date | |
---|---|---|---|
5711cfb5a1 | |||
9bc74de397 | |||
8cae83ba6c |
@@ -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 = {
|
||||
|
@@ -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
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user