autostart: disable solanum

This commit is contained in:
Daniel Langbein 2024-12-05 13:04:19 +01:00
parent 8af822280d
commit 74ffb1dbbc
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -17,20 +17,18 @@
target = ".config/autostart/signal-desktop.desktop"; target = ".config/autostart/signal-desktop.desktop";
source = (pkgs.signal-desktop + "/share/applications/signal-desktop.desktop"); source = (pkgs.signal-desktop + "/share/applications/signal-desktop.desktop");
}; };
# home.file."org.gnome.Fractal" = lib.mkIf (osConfig.networking.hostName == "yodaTux") {
# target = ".config/autostart/org.gnome.Fractal.desktop";
# source = (pkgs.fractal + "/share/applications/org.gnome.Fractal.desktop");
# };
# home.file."thunderbird" = lib.mkIf (osConfig.networking.hostName == "yodaTux") { # home.file."thunderbird" = lib.mkIf (osConfig.networking.hostName == "yodaTux") {
# target = ".config/autostart/thunderbird.desktop"; # target = ".config/autostart/thunderbird.desktop";
# source = (pkgs.thunderbird + "/share/applications/thunderbird.desktop"); # source = (pkgs.thunderbird + "/share/applications/thunderbird.desktop");
# }; # };
home.file."org.gnome.Solanum" = { # home.file."org.gnome.Solanum" = {
target = ".config/autostart/org.gnome.Solanum.desktop"; # target = ".config/autostart/org.gnome.Solanum.desktop";
source = (pkgs.gnome-solanum + "/share/applications/org.gnome.Solanum.desktop"); # source = (pkgs.gnome-solanum + "/share/applications/org.gnome.Solanum.desktop");
};
# home.file."org.gnome.Fractal" = lib.mkIf (osConfig.networking.hostName == "yodaTux") {
# target = ".config/autostart/org.gnome.Fractal.desktop";
# source = (pkgs.fractal + "/share/applications/org.gnome.Fractal.desktop");
# }; # };
}; };
} }