mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-17 00:54:01 +05:30
.. | ||
bluetooth | ||
brave-policy | ||
flatpak | ||
gaming | ||
gnome | ||
hyprland | ||
kernel | ||
nix | ||
overlays | ||
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.