accomodating for fern package name change to 'shed'
This commit is contained in:
12
modules/home/environment/shed/options.nix
Normal file
12
modules/home/environment/shed/options.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
programs.shed = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
autocd = true;
|
||||
autoHistory = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user