Jake Hamilton
Jake Hamilton
@iopq I think you may be missing the `specialArgs` attribute in your flake's calls to nixosSystem. You should have something like: ``` nixosConfigurations.nixie-tube = nixpkgs.lib.nixosSystem { system = "..."; modules...
@Zahrun can you share your full configuration file(s)? Garbage collection will only remove packages that don't have a gc root. If you're installing the package in your NixOS configuration it...
@Zahrun I wonder if setting `keep-outputs` in your `nix.conf` is the answer? ```nix { nix.settings.keep-outputs = true; } ``` https://nixos.org/manual/nix/unstable/command-ref/conf-file.html#conf-keep-outputs
@nielsvanvelzen and @thornbill thanks for taking the time to give feedback & review! I think you make some very good points and I was also wondering about layout or even...
@VladTheSheep thank you for reporting this! I originally took the stylesheet from one of the other themes (a light one). I must have missed that part which explains why the...