My NixOS configs(backup)
Find a file
2023-01-26 08:58:31 -05:00
.vscode add vscode settings for caddy json schema 2022-12-30 12:48:48 -05:00
bgs/tokyo-night bgs: Update path 2022-10-10 22:25:50 -04:00
binaries update caddy binary 2022-12-30 13:35:10 -05:00
doom.d doom: Switch from tokyo night to catppuccin 2022-12-25 08:45:34 -05:00
home home/wayland: Disable kitty logging 2023-01-26 08:44:04 -05:00
hosts marvin: Update docker config 2023-01-26 08:14:16 -05:00
modules modules: Update dn42-pingfinder script 2022-10-16 17:06:07 -04:00
oldconfig oldconfig/waybar: switch to catppuccin 2022-11-03 15:59:49 -04:00
overlays flake: Remove firefox input and add dn42-pingfinder module to prefect 2022-10-14 09:34:56 -04:00
pkgs update caddyBin package 2022-12-30 13:38:15 -05:00
users/thehedgehog meta: Format tree 2022-10-05 18:17:21 -04:00
.editorconfig editorconfig: Update lua indent size 2022-09-28 15:44:04 -04:00
.gitignore marvin: Update storage 2022-05-10 15:05:44 -04:00
flake.lock update flake lockfile 2023-01-26 08:58:31 -05:00
flake.nix fix neovim build 2023-01-25 20:21:45 -05:00
home.nix update home variables 2023-01-25 20:15:48 -05:00
README.md meta: Readme improvements 2022-07-25 07:09:31 -04:00

The Hedgehog's Nix Config

Welcome to my ~

This is my nix config. There are many like it, but this one is mine. It's created with Nix, and I'm really proud of it.

Directory Structure

nix
├── _sources/
│   └── generated.nix
│       └── Autogenerated nix expressions from nvfetcher.toml
├── doom.d/
│   └── My Doom Emacs config
├── home/
│   ├── email.nix
│   │   └── My email config
│   ├── packages.nix
│   │   └── Any non-configured packages I want from nix.
│   ├── programs/
│   │   ├── Personal configurations for many programs in home-manager.
│   └── services/
│       └── Home-manager managed services
├── hosts/
│   ├── Configurations per-host
│   ├── zaphod
│   │   └── My laptop's config. I use a Framework laptop.
│   ├── marvin/
│   │   └── My main server
│   ├── prefect/
│       └── My gateway from the Internet to marvin.
├── pkgs/
│   └── Custom nixpkgs expressions, imported into my flake.nix.
└── users/
    ├── Per-user configurations for nixos
    └── thehedgehog/
        └── My default user config.

Useful Resources I've found

The Unofficial NixOS Wiki

https://nixos.wiki

Probably one of the most helpful sites around, as it contains a wealth of information on many things nix-related, as well as info on the ecosystem itself.