mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
refactor: change folder name
This commit is contained in:
9
modules/home/thunderbird/default.nix
Normal file
9
modules/home/thunderbird/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{username, ...}: {
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
|
||||
profiles."${username}" = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user