nix/services/default.nix

11 lines
120 B
Nix
Raw Normal View History

2024-07-04 01:14:24 +02:00
{ ... }:
{
imports = [
./dunst.nix
./flameshot.nix
2024-07-04 21:16:50 +02:00
./printing.nix
2024-07-04 01:14:24 +02:00
./sddm.nix
./xserver.nix
];
}