oluceps / nixos-config

My personal NixOS configurations & NUR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

built with nix built with garnix state CI state CI state

Nix flake

Important

Public login credentials placing in hosts/lib.nix.

NixOS configurations. ~100% config Nixfied.

with


Binary Cache

nix.settings = {
  substituers = ["https://nur-pkgs.cachix.org"];
  trusted-public-keys = [
    "nur-pkgs.cachix.org-1:PAvPHVwmEBklQPwyNZfy4VQqQjzVIaFOkYYnmnKco78="
  ];
};

About

My personal NixOS configurations & NUR.

License:MIT License


Languages

Language:Nix 95.6%Language:Nushell 2.0%Language:Just 0.9%Language:Lua 0.5%Language:CSS 0.5%Language:Shell 0.3%Language:TypeScript 0.2%