move thunderbird to thunderbird.nix
definitely needs sops-nix so i can do declarative thunderbird settings without doxxing myself lmao
This commit is contained in:
parent
2d1bc6dad4
commit
d4eb4387c2
3 changed files with 13 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
./obs-studio.nix
|
||||
./packages.nix
|
||||
./plasma.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
bc # terminal calculator
|
||||
wget # download files
|
||||
vesktop # discord client
|
||||
thunderbird # email client
|
||||
fastfetch # silly specs display
|
||||
ungoogled-chromium # useful when a website breaks in firefox
|
||||
qbittorrent # torrent client
|
||||
|
|
12
home-manager/thunderbird.nix
Normal file
12
home-manager/thunderbird.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:{
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
# profiles.blue = {
|
||||
# isDefault = true;
|
||||
# search = {
|
||||
# default = "ddg";
|
||||
# force = true;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue