feat : direnv + clean local dev
This commit is contained in:
parent
0526e9f435
commit
5767775b9d
2 changed files with 7 additions and 3 deletions
|
@ -161,6 +161,11 @@ in {
|
|||
};
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "Florian Schmitt";
|
||||
|
|
|
@ -9,15 +9,14 @@
|
|||
};
|
||||
libvirtd.enable = true;
|
||||
lxd.enable = true;
|
||||
waydroid.enable = true;
|
||||
#waydroid.enable = true;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
bun
|
||||
#bun
|
||||
clang
|
||||
direnv
|
||||
docker-compose
|
||||
gcc
|
||||
gitkraken
|
||||
|
|
Loading…
Reference in a new issue