summaryrefslogtreecommitdiff
path: root/hm/env/env.nix
blob: 2f0fab1e632eae8e77227fe235bb2997b69df945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }:
{
  imports = [
    ./niri/niri.nix

    ./awww.nix
    ./fuzzel.nix
    ./screenshot.nix
    ./swayidle.nix
    ./swaylock.nix
    ./theme.nix
    ./waybar.nix
  ];
}