dotfiles/defaults/desktop/default.nix
2023-04-20 14:23:37 +02:00

12 lines
178 B
Nix

{ config, pkgs, lib, ... }: {
imports = [
./desktop-environment.nix
./greeter.nix
./hardware.nix
./office-suite.nix
./security.nix
./video.nix
];
}