nixos-config/modules/nixos
2024-11-08 00:57:02 +01:00
..
apps loptland: add ssh key of phone, make sure that fish loads op in terminal only session, without bricking homemanager 2024-11-08 00:56:59 +01:00
archetypes 📝 : updated more readmes 2024-10-14 14:43:24 +02:00
desktop misc forgot to commit 2024-11-08 00:57:02 +01:00
home chore: make namespace generic so people can copy easier 2024-10-12 00:07:50 +02:00
nix chore: make namespace generic so people can copy easier 2024-10-12 00:07:50 +02:00
security acme: fix typos 2024-11-08 00:56:58 +01:00
services/factorio-server loptland: fix typo 2024-11-08 00:56:49 +01:00
submodules introduce new host 2024-11-08 00:54:04 +01:00
system misc forgot to commit 2024-10-28 12:03:42 +01:00
tools introduce new host 2024-11-08 00:54:04 +01:00
user introduce new host 2024-11-08 00:54:04 +01:00
README.md chore: update documentation 2024-10-14 14:43:24 +02:00

System configuration

apps

These contain specialized configurations some simple some more complex to enable programs and everything around them. This section also has a subsection cli-apps which is exclusively for apps that live in your terminal.

archetypes

This section contains configurations that enable whole system types at once, check out the more in depth Readme in that section

Planned archetypes are:

  • gaming (this is mostly fleshed out since I use it on my main machine)
  • wsl
  • pi
  • minimal-server
  • github runner?

desktop

This section contains everything related to GUI. currently I am using Hyprland, but I was using more or less out of the box KDE for a long time and was very happy with it. It also has a addons section where I plan to put all configurations for things of the hyprland ecosystem and bars such as waybar / ags (in the future).

security

This has some of the configuration you need for your system to run properly, gpg has the yubikey configuration, the keyring is well a keyring, so that your computer can access the TPM, and also sops-nix which I would recommend to setup for critical information.

services

This section is fairly empty, but will be filled up when I start with the server configs.

submodules

This is the smaller archetypes section, just to combine some aspects that are never used alone into one package, such as the basic one that activates all the mandatory things I don't want to write out every time.

system

This section is home to all of the low level system related configuration, it contains sections for your hardware, keyboard layouts what boot attributes to set, and which fonts to install.

tools

This section could also be part of the cli-apps section but I want to have more system critical things here e.g Git and direnv both amazing tools that deserve a special spot in this config.

user

Here you define the user, or I guess users if you have more people using this system, I will think about multi user systems when I need to :D