mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
flake update and add darcs
This commit is contained in:
parent
bd57d53565
commit
17166fd00f
3 changed files with 22 additions and 11 deletions
13
home.nix
13
home.nix
|
@ -110,6 +110,19 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.darcs = {
|
||||
enable = true;
|
||||
author = [
|
||||
"Salar Rahmanian <code@softinio.com>"
|
||||
];
|
||||
boring = [
|
||||
"^.idea$"
|
||||
"^.direnv$"
|
||||
"^.envrc$"
|
||||
"^.vscode$"
|
||||
];
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue