summaryrefslogtreecommitdiff
path: root/users/seth/mixins/default.nix
blob: e898b0ee7835fb28fe9c7e50f599bb84ecbe25a8 (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 = [
    ./bash.nix
    ./budgie.nix
    ./catppuccin.nix
    ./chromium.nix
    ./firefox
    ./fish.nix
    ./gh.nix
    ./ghostty.nix
    ./git.nix
    ./gnome.nix
    ./gpg.nix
    ./mangohud.nix
    ./niri.nix
    ./nu.nix
    ./plasma.nix
    ./spotifyd.nix
    ./ssh.nix
    ./vim.nix
    ./zsh.nix
  ];
}