dance around hjem-rum issue
This commit is contained in:
parent
4a19c8ec66
commit
9e3aa574eb
5 changed files with 131 additions and 91 deletions
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
localPkgs,
|
||||
scope,
|
||||
getFlakePkg',
|
||||
...
|
||||
}:
|
||||
scope "user" {
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
integrations.fish.enable = true;
|
||||
};
|
||||
|
||||
|
|
@ -39,6 +40,6 @@ scope "user" {
|
|||
|
||||
packages = [
|
||||
localPkgs.rbw-helper
|
||||
pkgs.direnv
|
||||
(getFlakePkg' inputs.angrr "angrr-direnv")
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue