1
0

default.nix 96 B

1234567
  1. { config, pkgs, ... }:
  2. {
  3. imports = [
  4. #inputs.swayodroid.homeManagerModules.default
  5. ];
  6. }