flake/nixos/profiles/common/graphical/default.nix
2023-12-31 00:18:35 +08:00

7 lines
96 B
Nix
Executable file

{...}: {
imports = [
./gnome-keyring.nix
./display-server.nix
./polkit.nix
];
}