-
When using `--config` to configure statix, it will silently ignore the config file completely if it is inside of the `/nix/store`. See the example below:
```bash
% cat statix.toml
disabled = [
…
-
EDIT: ignore the previous bit about not building on arch; I didn't immediately realize that my `hyprland-git` package from the AUR hadn't updated (due to a failure trying to build an entirely unrelate…
-
### Describe the bug
When I `:wq` with sidebar open, it shows this message:
![image](https://github.com/user-attachments/assets/c3bdd40d-0f09-4899-9a61-c2782596af38)
### To reproduce
Open sideba…
-
Debian stretch:
```shell
git clone https://github.com/lethalman/nix-user-chroot.git &&\
cd nix-user-chroot &&\
make &&\
cd .. &&\
mkdir -p -m 0755 ~/.nix &&\
chown `whoami` ~/.nix &&\
./nix-us…
-
**Is your feature request related to a problem? Please describe.**
When I'm entering the `nix repl`, I often like to set up a couple definitions for convenience before I start evaluating expressions,…
-
I installed nix (using ). Then, I followed the steps to use nix-darwin:
```bash
mkdir -p ~/.config/nix-darwin
…
-
Darkmode/Lightmode functionality
Problem:
Detecting system-wide theme as dark/light is not going so well on NixOS. In addtion, my themes are defined through nix-colors, so switching the color-sche…
-
I feel like I'm going a bit crazy.
```nix
stylix.targets.waybar.enable = true; # Superfluous with autoEnable but I wanted to be sure
stylix.targets.waybar.enableLeftBackColors = true;
stylix…
-
:arrow_down::arrow_down::arrow_down: Find the workaround for this issue in the [comment below](https://github.com/friedow/centerpiece/issues/127#issuecomment-2254218611) :arrow_down::arrow_down::arrow…
-
I have a GH Actions workflow where I'm trying to configure a local binary cache restored from actions/cache, as that is quite a bit faster than always querying Cachix:
```
- uses: cachix/insta…