bit of cleanup of linux remnants and libreoffice-bin from packages instead of mas
This commit is contained in:
@@ -65,7 +65,7 @@ in
|
||||
"Fedistar" = 6445863996; # (1.13.1)
|
||||
"Home Assistant" = 1099568401; # (2025.7.1)
|
||||
"Ice Cubes for Mastodon" = 6444915884; # (1.11.3)
|
||||
"LibreOffice" = 1630474372;
|
||||
#"LibreOffice" = 1630474372;
|
||||
"Monal - XMPP Chatting " = 1637078500;
|
||||
"MQTT Explorer" = 1455214828; # (0.3.5)
|
||||
"Native SQLite Manager" = 1416282836; # (1.31.0)
|
||||
@@ -142,10 +142,7 @@ in
|
||||
family = "MesloLGS NF";
|
||||
style = "Regular";
|
||||
};
|
||||
size = lib.mkMerge [
|
||||
(lib.mkIf pkgs.stdenv.hostPlatform.isLinux 10)
|
||||
(lib.mkIf pkgs.stdenv.hostPlatform.isDarwin 14)
|
||||
];
|
||||
size = 14;
|
||||
};
|
||||
|
||||
colors = {
|
||||
@@ -207,10 +204,7 @@ in
|
||||
"vps3.evangineer.net".forwardAgent = true;
|
||||
"vps2.evangineer.net".forwardAgent = true;
|
||||
};
|
||||
includes = [
|
||||
(lib.mkIf pkgs.stdenv.hostPlatform.isLinux "/home/${user}/.ssh/config_external")
|
||||
(lib.mkIf pkgs.stdenv.hostPlatform.isDarwin "/Users/${user}/.ssh/config_external")
|
||||
];
|
||||
includes = [ "/Users/${user}/.ssh/config_external" ];
|
||||
};
|
||||
|
||||
gpg = {
|
||||
@@ -585,7 +579,7 @@ in
|
||||
{ path = "/Applications/Visual Studio Code.app/"; }
|
||||
{ path = "/Applications/Home Assistant.app/"; }
|
||||
{ path = "/Applications/reMarkable.app/"; }
|
||||
{ path = "/Applications/LibreOffice.app/"; }
|
||||
{ path = "/run/current-system/Applications/LibreOffice.app/"; }
|
||||
{ path = "/Applications/Microsoft Word.app/"; }
|
||||
{ path = "/Applications/Microsoft PowerPoint.app/"; }
|
||||
{ path = "/Applications/Microsoft Teams.app/"; }
|
||||
|
||||
@@ -87,6 +87,7 @@ with pkgs;
|
||||
hunspell
|
||||
iftop
|
||||
inetutils # includes Telnet
|
||||
libreoffice-bin
|
||||
ripgrep
|
||||
tmux
|
||||
tree
|
||||
|
||||
Reference in New Issue
Block a user