No description
Find a file
2024-03-25 20:33:52 +01:00
hosts add rust stuff to neovim config 2024-03-25 20:33:52 +01:00
misc lots of formatting 2024-03-24 19:02:45 +01:00
users add rust stuff to neovim config 2024-03-25 20:33:52 +01:00
.gitignore woah this vm shit is so so cool 2024-03-24 19:02:23 +01:00
cherrykitten.pgp mew 2024-03-24 20:24:12 +01:00
flake.lock nix flake update 2024-03-24 19:03:35 +01:00
flake.nix add ocelot 2024-03-24 19:30:03 +01:00
LICENSE add license 2024-03-24 19:03:47 +01:00
README.md add readme 2024-03-24 19:03:47 +01:00

This repository includes my NixOS and Home-manager configurations.

The repo is organized as follows:

.
├── flake.lock
├── flake.nix
├── hosts # NixOS-configurations
│   ├── bengal # Host-specific
│   │   ├── default.nix
│   │   └── hardware-configuration.nix
│   ├── common # General, imported by all hosts
│   │   ├── default.nix
│   │   ├── graphical.nix
│   │   ├── security.nix
│   │   ├── users.nix
│   │   ├── virtualization.nix
│   │   └── yubikey.nix
├── misc # just some stuff 
├── modules # Home-manager and NixOS modules that follow upstream standards, currently empty lol
│   ├── home
│   └── nixos
└── users # Home-Manager configurations
    ├── common # General, imported by all
    ├── sammy.nix # User-specific, but not Host-specific
    └── sammy@chansey.nix User- and Host-specific