alqueva/computers/shared/default.nix

7 lines
60 B
Nix
Raw Normal View History

2024-10-16 08:55:04 +01:00
{...}: {
imports = [
./fish.nix
2024-10-16 17:01:46 +01:00
./sddm.nix
2024-10-16 08:55:04 +01:00
];
}