feat: expanded desktop configuration options
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
This commit is contained in:
parent
fcb2066392
commit
c3500f337e
4 changed files with 61 additions and 28 deletions
8
home-manager/stvnliu/wechat/default.nix
Normal file
8
home-manager/stvnliu/wechat/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
(wechat-uos.override {uosLicense = ./license.tar.gz;})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue