sntx

Results 14 issues of sntx

After having used portmaster a bit, here's a feature request: As a user I want to be able to temporarily (un-)block connections for a specific app. The idea behind that...

suggestion

It would be great to have the option to only highlight mistyped characters, instead of whole words with mistyped characters in them. This would mean only coloring the incorrect character,...

enhancement

I would like to persist all directories that follow a specific pattern. Here's an example: ```nix environment.persistence."/nix/persist".users."testuser" = { files = [ # persist all .txt files in the directory...

**Description:** Round the corners of every output with a specified pixel radius by overlaying black pixels. Basically add to the display corners what we are cutting away when rounding the...

enhancement

This plugin creates a local cache of all available applications within nixpkgs and makes them available to be launched by anyrun. Since most applications aren't downloaded to the `/nix/store` when...

This PR adds configuration to the rink plugins so that users can disable pulling current currency conversion upon plugin startup. This stops the rink plugin from connecting to the internet...

From what I can see [these two lines](https://github.com/Kirottu/anyrun/blob/master/nix/hm-module.nix#L210-L212) make assumptions about configuration that is not present on all systems. If that's the case, the error `'config.xdg.configFile' is undefined` is thrown....

I've written [nxlauncher](https://git.sr.ht/~sntx/nx-launcher), but I'm not super happy with the backend. After looking for ways to improve it, I've stumbled upon anyrun. Now I'm interested in building a TUI for...

When trying to build the package with: ```sh nix build ``` I get the error: ``` error: package `stardust-xr-server v0.44.0 (/build/stardust-xr-server-source)` cannot be built because it requires rustc 1.75 or...

- **Swayfx Version:** - `swayfx version 0.4 (based on sway 1.9.0)` - **Configuration File:** - [sway config](https://git.sr.ht/~sntx/hive/tree/4c8a28e17411555f4b1862cc7cf90c1ac1fb4ba4/item/cells/hive/homeProfiles/sway/default.nix) - [swayfx config](https://git.sr.ht/~sntx/hive/tree/main/item/cells/hive/homeProfiles/swayfx/default.nix) - [fcitx config](https://git.sr.ht/~sntx/hive/tree/4c8a28e17411555f4b1862cc7cf90c1ac1fb4ba4/item/cells/hive/homeProfiles/fcitx/default.nix) - [firefox config](https://git.sr.ht/~sntx/hive/tree/4c8a28e17411555f4b1862cc7cf90c1ac1fb4ba4/item/cells/hive/homeProfiles/firefox/default.nix) - **Description:** - Applications...

bug