Files
Nixos/hm-modules/default.nix
T
2026-04-06 10:36:02 +02:00

15 lines
168 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./shell
./bar
./launcher
./random
./browser
./terminal
./development
./notification
];
}