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 = {
|
programs = {
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Florian Schmitt";
|
userName = "Florian Schmitt";
|
||||||
|
|
|
@ -9,15 +9,14 @@
|
||||||
};
|
};
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
lxd.enable = true;
|
lxd.enable = true;
|
||||||
waydroid.enable = true;
|
#waydroid.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bun
|
#bun
|
||||||
clang
|
clang
|
||||||
direnv
|
|
||||||
docker-compose
|
docker-compose
|
||||||
gcc
|
gcc
|
||||||
gitkraken
|
gitkraken
|
||||||
|
|
Loading…
Reference in a new issue