phucisstupid
phucisstupid
```bash 2025-03-13T17:01:14.695472Z INFO determinate_nixd::command::upgrade: Upgrading determinate-nixd... at src/command/upgrade.rs:130 in determinate_nixd::command::upgrade::upgrade with upgrade: Upgrade { profile: "/nix/var/nix/profiles/default", dnixd: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("install.determinate.systems")), port:...
## Error ``` Error: 0: Getting flake metadata 1: Parsing `nix flake metadata --json /home/runner/work/nixconfig/nixconfig/` as JSON 2: EOF while parsing a value at line 1 column 0 ``` ##...
## Error ``` Error: 0: Getting flake metadata 1: Parsing `nix flake metadata --json /home/runner/work/dotfiles/dotfiles/` as JSON 2: EOF while parsing a value at line 1 column 0 ``` ##...
Since Catppuccin Nix users often aim for a fully themed and cohesive setup, it would be helpful to have an option to configure a single global font that applies across...
I’d love to see support for `jankyborders` in the Catppuccin Nix modules to allow automatic theming of window borders with Catppuccin colors. ### Example: ```nix services.jankyborders = { enable =...
Here is my config: ```nix catppuccin = { wezterm.enable = true; enable = true; flavor = "mocha"; accent = "peach"; }; ```
### Captchas - [x] I have read the instructions. - [x] I have searched existing issues and avoided creating duplicates. - [x] I am not filing an enhancement request. -...