alqueva/computers/shared/default.nix
2024-10-16 17:01:46 +01:00

6 lines
60 B
Nix

{...}: {
imports = [
./fish.nix
./sddm.nix
];
}