dotfiles/defaults/desktop/default.nix
2022-04-10 16:15:44 +02:00

11 lines
162 B
Nix

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