Campbell Cole

Results 15 comments of Campbell Cole

Also just discovered, using this environment variable will cause severe flickering when the app is first opened, and every region on the webpage will need to be redrawn by hovering...

I just found a workaround. Using the [flake shebang](https://nixos.wiki/wiki/Nix-shell_shebang#Flake) still works, so I just replaced my shebang with: ```sh #! /usr/bin/env -S nix shell nixpkgs#inotify-tools --command bash # ... ```

I commented this in that thread, but I was able to fix this by moving all of my home folder mounts to the system config with `environment.persistence."path".users.myuser`. This makes impermanence...

@LennyPenny here is what the conversion looks like (assuming user is `username`): in your home-manager config, this is what you likely have somewhere: ```nix home.persistence."/nix/persist/home/username" = { ... }; ```...

My initial research, before I figured out a potential fix I did some digging and have located a strange behavior in the code that is causing this (though I don't...