aboutsummaryrefslogtreecommitdiff
path: root/home-manager/pc/default.nix~
blob: 00bdb31ad88132868978867a479c02b896104f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ inputs, ... }:
let
  imports = builtins.concatMap [
    ./services
    ./bspwm
  ] ++ [
    ../general
  ];
in
{
  inherit imports;
}