summaryrefslogtreecommitdiff
path: root/users/seth/mixins/default.nix
blob: 7d20a17b724abac3b33535053a31e65e8f8af8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  imports = [
    ./bash.nix
    ./budgie.nix
    ./catppuccin.nix
    ./chromium.nix
    ./firefox.nix
    ./fish.nix
    ./gh.nix
    ./ghostty.nix
    ./git.nix
    ./gnome.nix
    ./gpg.nix
    ./jj.nix
    ./mangohud.nix
    ./niri.nix
    ./nu.nix
    ./plasma.nix
    ./spotifyd.nix
    ./ssh.nix
    ./vim.nix
    ./zsh.nix
  ];
}