raf

Results 39 issues of raf

Currently we're using neovim-unwrapped from nixos-unstable, which may change inbetween nixpkgs input bumps, or for those overriding the nixpkgs input. I propose that we get the neovim-unwrapped package from the...

I've recently come to realize that we cannot use `null-ls` with ccls (which is the default lang server for C/C++ rn) due `offset_encoding` differences. Thanks to this PR (#61) we...

Tries to open `flake.lock` with both read and write permissions (which should, in theory, be enough to avoid failures due to flake.lock being owned by root. If it fails (e.g.,...

Recently I've moved some of the usrEnv options to `meta` as a read-only interface. I should refactor `modules.systems.{programs, services}` to offload userspace programs and services to usrEnv as a way...

This config is positively massive. Github's CI cannot evaluate all of it in the default livecycle of a CI worker (15-17 minutes) and exits prematurely - causing the CI to...

My devices (plural, I have like 10 hosts) store a large amount of data, with currently no viable solution for backups. I would like to figure out a self-hosted backup...

I currently use BTRFS rollbacks to mimic "root on tmpfs" kind of setups, as my systems rarely feature over 16 gigs of ram. The btrfs snapshots are rolled back with...

Hey! Nice project, but there seems to be a few things that could see some love from the maintainer(s). 1. The usage of `with lib;` Most good nix projects actively...

- Formats the flake with `alejandra` (nixfmt users can fuck a hat) - Adds a home-manager module

I've recently noticed the list-generations option for `nixos-rebuild` that outputs a neat table of available generations. Maybe we could implement a `nh os generations` command as a replacement, that returns...