Results 8 comments of mlyxshi

Add a minimal [launchd daemon](https://github.com/mlyxshi/sops-nix-darwin) based on https://github.com/4825764518/sops-nix/tree/darwin.

Firefox linux verison works fine because the firefox wrapper sets [MOZ_LEGACY_PROFILES=1](https://github.com/NixOS/nixpkgs/blob/87bb7687491f6f5ba3b40f4e9cf94ee4afd35956/pkgs/applications/networking/browsers/firefox/wrapper.nix#L282) Under darwin, I use launchd to set the env ``` launchd.agents.FirefoxEnv = { serviceConfig.ProgramArguments = [ "/bin/sh" "-c" "launchctl...

I try to boot winpe in oracle aarch64 server. 1. create arm64 winpe iso 2. use dism to add virtio driver 3. chain ipxe script ``` #!ipxe kernel http://IP:PORT/wimboot.arm64 initrd...

flatpak 上配置无法持久化,登录页面位置有些错位 播放功能正常

Provide a minimal standalone flake example. ./flake.nix ```nix { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; plasma-manager.url = "github:pjones/plasma-manager"; plasma-manager.inputs.nixpkgs.follows = "nixpkgs"; plasma-manager.inputs.home-manager.follows = "home-manager";...

``` Amazon bot check detected, sleep 3 sec Using default device serial Number: xxxxxxx 404 Client Error: Not Found for url: https://www.amazon.com/gp/digital/common/error/cde-cannot-fulfill.html Index: 1, Title: 近代中國史綱(重排本) (Traditional Chinese Edition), Asin:...

It is very difficult to package `toshy` into NixOS system. I tried to package `toshy` in NixOS, but give up(I have the basic idea how this works, but it seems...