dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

default.nix (104B)


      1 { style, ... }:
      2 {
      3   config.boot.plymouth = {
      4     enable = true;
      5     font = style.fonts.mono.ttf;
      6   };
      7 }