forked from mirrors_public/oddlama_nix-config
refactor: move impermanence config to application definition where possible
This commit is contained in:
parent
8990a63a1e
commit
69b0166a6b
8 changed files with 62 additions and 54 deletions
17
users/myuser/dev/default.nix
Normal file
17
users/myuser/dev/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./gdb.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
extraOutputsToInstall = ["doc" "devdoc"];
|
||||
packages = with pkgs; [
|
||||
git-lfs
|
||||
d2
|
||||
cloc
|
||||
];
|
||||
};
|
||||
|
||||
programs.nix-index.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue