Files
Nixos/hm-modules/default.nix
T
Alexander 028277a9ae Downgrade kernel to 6.18LTS
Added themes, fixed kanshi, some emacs changes
2026-05-05 18:38:11 +02:00

16 lines
180 B
Nix

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