mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
profiles/dev: move more stuff to extras submodule
This commit is contained in:
parent
3a49474a5f
commit
b9294d8f39
@ -53,12 +53,6 @@ in {
|
|||||||
# Profile your whole system.
|
# Profile your whole system.
|
||||||
services.sysprof.enable = true;
|
services.sysprof.enable = true;
|
||||||
|
|
||||||
# Make shebangs even more magical.
|
|
||||||
services.envfs.enable = true;
|
|
||||||
|
|
||||||
# Convenience!
|
|
||||||
environment.localBinInPath = true;
|
|
||||||
|
|
||||||
# Additional settings for developing with nix.
|
# Additional settings for developing with nix.
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
@ -66,7 +60,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# This is set as our system packages for the sake of convenience.
|
# This is set as our system packages for the sake of convenience.
|
||||||
services.lorri.enable = true;
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bind.dnsutils # A bunch of things to make sense with DNS.
|
bind.dnsutils # A bunch of things to make sense with DNS.
|
||||||
curl # Our favorite network client.
|
curl # Our favorite network client.
|
||||||
@ -120,6 +113,15 @@ in {
|
|||||||
github-cli # ...in the GitHub CLI.
|
github-cli # ...in the GitHub CLI.
|
||||||
git-filter-repo # History is written by the victors (and force-pushers which are surely not victors).
|
git-filter-repo # History is written by the victors (and force-pushers which are surely not victors).
|
||||||
]));
|
]));
|
||||||
|
|
||||||
|
# Make per-project devenvs more of a living thing.
|
||||||
|
services.lorri.enable = true;
|
||||||
|
|
||||||
|
# Make shebangs even more magical.
|
||||||
|
services.envfs.enable = true;
|
||||||
|
|
||||||
|
# Convenience!
|
||||||
|
environment.localBinInPath = true;
|
||||||
})
|
})
|
||||||
|
|
||||||
# !!! Please add your user to the "libvirtd" group.
|
# !!! Please add your user to the "libvirtd" group.
|
||||||
|
Loading…
Reference in New Issue
Block a user