fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
8 lines
143 B
Nix
8 lines
143 B
Nix
{ pkgs, ... }: {
|
|
nixpkgs.config.permittedInsecurePackages = [
|
|
"openssl-1.1.1w"
|
|
];
|
|
home.packages = with pkgs; [
|
|
wechat-uos
|
|
];
|
|
}
|