Worf: git+vim

This commit is contained in:
2023-07-27 13:13:03 +02:00
committed by Felix Albrigtsen
parent 80489f5025
commit 80d4c64ed2
3 changed files with 137 additions and 4 deletions

View File

@@ -16,9 +16,10 @@
# System packages for all users
environment = {
systemPackages = with pkgs; [
findutils
gnugrep
ripgrep
wget
git
];
variables = {
@@ -39,12 +40,12 @@
fonts = {
fontDir.enable = true;
fonts = with pkgs; [
source-code-pro
font-awesome
fira-code
hack-font
(nerdfonts.override {
fonts = [
"FiraCode"
"Hack"
];
})
];