dotfiles/defaults/desktop/default.nix

10 lines
143 B
Nix

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