NAHO

Results 97 issues of NAHO

``` Polish the mkTarget implementation and interface, simplify its interface by optionally inferring its 'humanName' and 'name' arguments, and generate targets.${target}.${argument}.enable and targets.${target}.${argument}.override options for disabling and configuring safeguarded arguments...

topic: documentation
topic: nixos
topic: home-manager
topic: darwin
topic: droid
topic: overlay
backport: release-25.05
status: merge conflict
topic: modules
topic: stylix

To streamline backporting for Stylix maintainers, PR authors could indicate whether their PR can be backported. Ideally, the label CI would automatically add the backport label when a new checkbox...

skill: good first issue
kind: technical-debt
topic: github-action

The following testbed runtime (`nix run .#testbed::`) inconveniences should be resolved: - Emacs - [ ] Color scheme unapplied by default on startup. - GRUB - [ ] [Test bootloader](https://github.com/nix-community/stylix/pull/1952#discussion_r2478114785)...

kind: bug
skill: good first issue
kind: tracking-issue
topic: testbed

### I assert that this feature request is relevant for Stylix - [x] I assert that this is not a duplicate of an [existing feature request](https://github.com/nix-community/stylix/issues?q=is%3Aissue). ### Description The ```nix...

kind: change-option

As mentioned in https://github.com/nix-community/stylix/discussions/371, https://github.com/nix-community/stylix/issues/447, and https://github.com/nix-community/stylix/issues/530, hot reloading support is application dependant. However, [Omarchy](https://github.com/basecamp/omarchy) artificially extends its hot reloading support with additional code. Trivial implementations include: > ```bash >...

kind: feature

``` commit 5a75d352c1dc8f4a3fa4b018d59589fbecb0533c Author: NAHO Date: 2025-08-19 22:21:23 +0200 flake: remove tinted-schemes input in favor of pkgs.base16-scheme flake.lock | 17 ----------------- flake.nix | 5 ----- flake/dev/flake.nix | 1 - stylix/testbed/themes/cursorless.nix...

topic: documentation
topic: dependencies
topic: testbed
backport: release-25.05
status: merge conflict
topic: flake
topic: stylix

``` Exclude automated backports to avoid re-notifying original reviewers on trivial backports. ``` This implementation is untested, fragile, and subject to false positives. The current implementation is to start a...

backport: release-25.05
topic: ci

### I assert that this feature request is relevant for Stylix - [x] I assert that this is not a duplicate of an [existing feature request](https://github.com/nix-community/stylix/issues?q=is%3Aissue). ### Description > Niri...

kind: new-target

```patch commit 1fc85da52f07d61b386fd33b39db5ee76bebf9e1 Author: NAHO Date: 2025-07-08 18:58:53 +0200 treewide: sort module entries commit eae3ddc7d0247902766c535faeed5ca38089995b Author: NAHO Date: 2025-07-08 19:12:36 +0200 flake: merge module attribute sets commit cf66d7077ec03314d55a1260104b045688f515f5 Author: NAHO...

topic: documentation
topic: home-manager
topic: testbed
backport: release-25.05
status: merge conflict

Once the `mkTarget` migration is complete, our [future custom module system](https://github.com/nix-community/stylix/blob/82a1f36f80a0bdc9875c8b868ea6fe930b09887c/stylix/mk-target.nix#L144-L177) could be adapted to avoid duplicating the target's human name: - ```nix # /modules//meta.nix { name = ""; }...

kind: technical-debt