summaryrefslogtreecommitdiff
path: root/users/seth/mixins/default.nix
blob: 1668f234c15e2e55116260b521bfb2bba54de6f7 (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
    ./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
  ];
}