aboutsummaryrefslogtreecommitdiff
path: root/home/default.nix
blob: b5d21efecbafa14c2acc2836a93832d9c174943b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ ... }:

{
  imports = [
    ./colors.nix
    ./discord.nix
    ./eww.nix
    ./fastfetch.nix
    ./flameshot.nix
    ./git.nix
    ./i3.nix
    ./kitty.nix
    ./mpd.nix
    ./mpv.nix
    ./picom.nix
    ./polybar.nix
    ./rofi.nix
    ./theme.nix
    ./vim.nix
    ./vscode.nix
#    ./zsh.nix
  ];
}