nixos-config/modules/system
2025-10-01 20:25:42 -05:00
..
bluetooth Gaming optimizations? 2025-02-23 15:07:40 -06:00
brave-policy Better brave config 2025-08-31 18:08:30 -05:00
flatpak Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
gaming Updated system 2025-09-07 19:10:02 -05:00
gnome fixes for duskfall 2025-04-15 09:02:13 -05:00
hyprland Updated system 2025-08-28 21:56:23 -05:00
kernel Updated system 2025-09-13 21:03:28 -05:00
nix some fixes 2025-09-06 18:08:27 -05:00
overlays Better brave config 2025-08-31 18:08:30 -05:00
phoenix phoenix now aquires wakelock 2025-09-20 16:35:02 -05:00
plasma some plasma fixes 2025-02-12 20:18:05 -06:00
powerprofiles Added power profiles daemon 2025-06-19 07:48:10 -05:00
printing Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
security Forgot default value :| 2025-09-20 17:24:42 -05:00
stylix Made orichalcum theme 2025-09-25 20:23:03 -05:00
tlp Better tlp settings? 2025-02-18 20:37:44 -06:00
users Major update to handle multiple systems 2025-02-12 14:12:11 -06:00
virtualization Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
configuration.nix localsend is really cool 2025-08-28 19:51:22 -05:00
default.nix Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
README.org Mention secrets repo + some todos 2025-10-01 20:25:42 -05:00

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.