mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 14:43:59 +05:30
| .. | ||
| bluetooth | ||
| brave-policy | ||
| flatpak | ||
| gaming | ||
| gnome | ||
| hyprland | ||
| kernel | ||
| nix | ||
| phoenix | ||
| plasma | ||
| powerprofiles | ||
| printing | ||
| security | ||
| stylix | ||
| tlp | ||
| users | ||
| virtualization | ||
| configuration.nix | ||
| default.nix | ||
| README.org | ||
System-level Nix Modules
Separate Nix files can be imported as modules using an import block:
imports = [ import1.nix
import2.nix
...
];
Modules in this directory are used are system-level (root) configurations.