mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
10 lines
230 B
Nix
10 lines
230 B
Nix
{ config, ... }:
|
|
{
|
|
flake.nixosModules.profile-graphical = {
|
|
imports = [
|
|
config.flake.nixosmodules.profile-base
|
|
config.flake.nixosModules.pinentry-fix-wayland
|
|
inputs.stylix.nixosModules.stylix
|
|
];
|
|
};
|
|
}
|