Add thunderbird

This commit is contained in:
Natsu Kagami 2023-06-10 16:18:46 +02:00
parent 0545959f20
commit 263f072bb0
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 5 additions and 15 deletions

View file

@ -596,11 +596,11 @@
"flake-utils": "flake-utils_4" "flake-utils": "flake-utils_4"
}, },
"locked": { "locked": {
"lastModified": 1681814227, "lastModified": 1686133200,
"narHash": "sha256-YQET7Vnnc6f8k2M2YhKbflFSPFfdgpVCn7xFYiMLPTE=", "narHash": "sha256-AkpX/qKyYZAql7aif3mGe2noBpVWhCWnTsLWSIy1BCI=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "a810d3209929ec0a44efdc2171b92f3723bb8a6a", "rev": "29b56eb8daa86334d9e2744d527dfb02b147a381",
"revCount": 5, "revCount": 7,
"type": "git", "type": "git",
"url": "ssh://git@github.com/natsukagami/nix-deploy-secrets" "url": "ssh://git@github.com/natsukagami/nix-deploy-secrets"
}, },

View file

@ -126,7 +126,6 @@
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.nki = { ... }: { home-manager.users.nki = { ... }: {
imports = [ imports = [
# inputs.mpd-mpris.homeManagerModules.default
./home/kagami-pc-home.nix ./home/kagami-pc-home.nix
]; ];
}; };

View file

@ -39,6 +39,7 @@ in
pavucontrol # PulseAudio control panel pavucontrol # PulseAudio control panel
firefox firefox
cinnamon.nemo # File manager cinnamon.nemo # File manager
thunderbird # Email
zotero zotero
libreoffice libreoffice
@ -56,16 +57,6 @@ in
nki.programs.discord.enable = pkgs.stdenv.isx86_64; nki.programs.discord.enable = pkgs.stdenv.isx86_64;
# Email
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
settings = {
"privacy.donottrackheader.enabled" = true;
};
};
# Cursor # Cursor
home.pointerCursor = { home.pointerCursor = {