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