mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix emacs module and remove teams due to CVEs
This commit is contained in:
parent
9acf1277c0
commit
74ca4b3d0f
@ -18,7 +18,7 @@ with lib; {
|
||||
signal-desktop
|
||||
skypeforlinux
|
||||
#remove teams as MS has removed the linux packages from their servers
|
||||
teams
|
||||
#teams
|
||||
zoom-us
|
||||
];
|
||||
};
|
||||
|
||||
@ -10,7 +10,7 @@ with lib; {
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
package = pkgs.emacsPackage;
|
||||
package = pkgs.emacs;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user