RusticCraftsman

Results 8 issues of RusticCraftsman

So... i have a yama k550, its a keyboard and i would like to add support of it, i also would like to contribute to the code which currently i...

is the carapace configuration and styling possible on nushell yet? if not, why not? If so, how should i do it? i find the docs pretty confusing and lacking.

enhancement
nushell

**Affected app** Name: chatgpt Package id: [com.openai.chatgpt] **Describe the bug** After starting the app, the app will ask for an account, pressing any avaliable button will show up the following...

**Version Information:** - Distribution Information ( run `uname -a` ) Linux arch 6.2.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 20 Apr 2023 16:11:55 +0000 x86_64 GNU/Linux - swhkd version ( `swhkd -V`...

I think this is pretty self explanatory, i have nixos and would like to know which dependencies i need in order to compile lemoncord, and also add it to the...

Type: Feature
Status: Needs Triage

## After temporally fixing #22 using the following workaround thanks to @ners: > comment line 5 of `modules/profiles/network.nix` , disabling network manager ## And trying to build the image again:...

## After #24 I got another error when building ## log shows the following: ```nix @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase @nix { "action": "setPhase", "phase":...

after enabling cross compilation in my x86_64-linux system via adding the following to my configuration.nix: ```nix boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; ``` After rebooting, so the emulated system applies, I...