nix-config/modules/nixos/default.nix

25 lines
369 B
Nix
Raw Normal View History

{
imports = [
2025-07-17 21:16:39 +01:00
./avahi.nix
./bluetooth.nix
./dconf.nix
./docker.nix
./dwm
./fonts.nix
./gitea-actions-runner.nix
./gnupg.nix
./kanata.nix
./media
2025-07-17 12:48:47 +01:00
./nix-index.nix
./nixpad
2025-07-17 21:16:39 +01:00
./openssh.nix
./password-store.nix
./pipewire.nix
./podman.nix
./st.nix
./thunar.nix
./xbanish.nix
./zram.nix
];
}