oluceps / nixos-config

My personal NixOS configurations & NUR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

built with nix state CI state CI state

Nix flake

This repo contains declaritive NixOS configurations, with ~100% config Nixfied.

Important

Public credentials placing in hosts/lib.nix. Make sure to replace'em if working with this repo.

with:


Binary Cache

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

References

Excellent configurations that I've learned and copied:

About

My personal NixOS configurations & NUR.

License:MIT License


Languages

Language:Nix 92.1%Language:Nushell 4.3%Language:Lua 1.9%Language:Just 0.8%Language:CSS 0.4%Language:Shell 0.3%Language:TypeScript 0.2%