Files
Alexander 028277a9ae Downgrade kernel to 6.18LTS
Added themes, fixed kanshi, some emacs changes
2026-05-05 18:38:11 +02:00

21 lines
274 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./reverse-proxy
./virtualisation
./social
./file-server
./samba
./searxng
./auth
./development
./window-manager
./display-manager
./gitlab
./jenkins
./gaming
./theme
];
}