nixos/modules/desktop/default.nix
Casper V. Kristensen 7536e3a2b1 Base
2023-08-01 15:35:59 +02:00

10 lines
80 B
Nix

{ ... }:
{
imports = [
./firefox.nix
./ssh.nix
./sway.nix
];
}