Added direnv

This commit is contained in:
marc
2022-11-21 11:22:33 +01:00
parent c335d7b082
commit 740f440400
6 changed files with 47 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
# See modules/common.nix for common packages installed
# - System -----------------------------------
system.utils.enable = true;
system.bluetooth.enable = true;
system.nvidia = {
enable = true;
@@ -41,6 +42,8 @@
dev.git.userName = "marc";
dev.git.userEmail = "marc@sastre.cat";
dev.direnv.enable = true;
# - Other apps -------------------------------
app.spotify.enable = true;