mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
8 lines
145 B
Nix
8 lines
145 B
Nix
{ config, ... }:
|
|
{
|
|
flake.nixosModules.profile-laptop = {
|
|
imports = with config.flake.nixosModules; [
|
|
profile-graphical
|
|
];
|
|
};
|
|
}
|