rename home dir
This commit is contained in:
11
home/packages/thunderbird/thunderbird.nix
Normal file
11
home/packages/thunderbird/thunderbird.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles.autumn = {
|
||||
isDefault = true;
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user