Switch from evolution to thunderbird

This commit is contained in:
Filippo Berto 2023-09-23 19:49:54 +02:00
parent bab8cb22e7
commit ab38126575
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 6 additions and 15 deletions

View file

@ -128,7 +128,6 @@
./instances/thor/configuration.nix ./instances/thor/configuration.nix
./modules/nixos/pro_audio.nix ./modules/nixos/pro_audio.nix
./modules/nixos/sesar.nix
./modules/nixos/kdeconnect.nix ./modules/nixos/kdeconnect.nix
] ++ homeManagerModules ++ [ ] ++ homeManagerModules ++ [
{ home-manager.users.bertof = import ./instances/thor/hm.nix; } { home-manager.users.bertof = import ./instances/thor/hm.nix; }
@ -150,7 +149,6 @@
./instances/odin/common_configuration.nix ./instances/odin/common_configuration.nix
./modules/nixos/pro_audio.nix ./modules/nixos/pro_audio.nix
./modules/nixos/sesar.nix
./modules/nixos/kdeconnect.nix ./modules/nixos/kdeconnect.nix
] ++ homeManagerModules ++ [ ] ++ homeManagerModules ++ [
{ home-manager.users.bertof = import ./instances/odin/hm.nix; } { home-manager.users.bertof = import ./instances/odin/hm.nix; }

View file

@ -27,7 +27,7 @@
droidcam droidcam
easyeffects easyeffects
evince evince
evolution # evolution
gallery-dl gallery-dl
geeqie geeqie
google-chrome google-chrome
@ -46,6 +46,7 @@
retroarchFull retroarchFull
spotify spotify
tdesktop tdesktop
thunderbird
transmission-gtk transmission-gtk
virt-manager virt-manager
virt-viewer virt-viewer

View file

@ -41,7 +41,7 @@ with lib; {
environment = { environment = {
pathsToLink = [ "/share/zsh" ]; pathsToLink = [ "/share/zsh" ];
systemPackages = builtins.attrValues { inherit (pkgs) helix tmux vim; }; systemPackages = builtins.attrValues { inherit (pkgs) git helix tmux vim; };
}; };
hardware = { hardware = {
@ -154,7 +154,7 @@ with lib; {
# daemon.enable = true; # daemon.enable = true;
# updater.enable = true; # updater.enable = true;
# }; # };
dbus.packages = [ pkgs.dconf ]; dbus = { packages = [ pkgs.dconf ]; implementation = "broker"; };
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;
gvfs = { gvfs = {
enable = true; enable = true;

View file

@ -10,7 +10,7 @@
inherit (pkgs) inherit (pkgs)
# electrum # electrum
# element-desktop # matrix client # element-desktop # matrix client
evolution # evolution
# freecad # freecad
# minecraft # minecraft
# mycrypto # mycrypto
@ -50,6 +50,7 @@
retroarchFull retroarchFull
spotify spotify
tdesktop tdesktop
thunderbird
transmission-gtk transmission-gtk
virt-manager virt-manager
virt-viewer virt-viewer

View file

@ -1,9 +0,0 @@
{
networking = {
hosts = {
"172.20.28.210" = [ "datanode1" "datanode2" "datanode3" "namenode" ];
# "172.20.28.210" = [ "*.engine.sesar.int" ];
"159.149.147.137" = [ "vcenter.sesar.int" ];
};
};
}