diff options
Diffstat (limited to 'hosts/thinkpad')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 3 | ||||
| -rw-r--r-- | hosts/thinkpad/home.nix | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 62adf1b..8fa03c4 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -77,8 +77,5 @@ niri.enable = true; }; }; - nixpkgs.config.permittedInsecurePackages = [ - "electron-38.8.4" - ]; # boot.kernelParams = [ "iomem=relaxed" ]; } diff --git a/hosts/thinkpad/home.nix b/hosts/thinkpad/home.nix index 6dba53c..35f227d 100644 --- a/hosts/thinkpad/home.nix +++ b/hosts/thinkpad/home.nix @@ -51,7 +51,7 @@ email.thunderbird.enable = true; media.enable = true; mpv.enable = true; - nixcord.enable = true; + chat.enable = true; onlyoffice.enable = true; obsidian.enable = true; spicetify.enable = true; |
