Files
nixos-config/modules/user
2025-10-01 20:25:42 -05:00
..
2025-07-18 09:45:37 -05:00
2025-03-08 16:24:10 -06:00
2025-09-20 16:35:33 -05:00
2025-03-08 16:24:10 -06:00
2025-06-22 12:16:54 -05:00
2025-10-01 18:41:23 -05:00
2025-05-28 18:28:25 -05:00
2025-07-18 09:46:13 -05:00
2025-06-19 08:58:42 -05:00
2025-03-02 08:57:55 -06:00
2025-10-01 18:41:52 -05:00
2025-03-08 17:54:36 -06:00
2025-09-25 20:23:29 -05:00
2025-07-05 10:46:55 -05:00
2025-02-18 20:37:23 -06:00
2025-08-31 18:09:00 -05:00
2025-05-31 12:05:26 -05:00
2025-03-19 11:04:07 -05:00
2025-03-01 07:52:28 -06:00
2025-09-14 09:41:08 -05:00
2025-08-31 18:09:00 -05:00
2025-06-22 12:16:54 -05:00
2025-05-28 18:28:25 -05:00
2025-09-20 16:35:26 -05:00
2025-06-22 12:16:54 -05:00
2025-02-18 20:37:23 -06:00
2025-10-01 20:25:42 -05:00

User-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 user-level configurations.