Created sensible default waybar configuration Enabled fish z plugins (NOTE: include git plugin next time) DEFUNCT: Created wechat package that includes a license archive to circumvent restrictions
8 lines
185 B
Nix
8 lines
185 B
Nix
{pkgs, ...}: {
|
|
nixpkgs.config.permittedInsecurePackages = [
|
|
"openssl-1.1.1w"
|
|
];
|
|
home.packages = with pkgs; [
|
|
(wechat-uos.override {uosLicense = ./license.tar.gz;})
|
|
];
|
|
}
|