aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
blob: 95f326ab4b9dac0e3d89afc709666b5be3b16c39 (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 = [
    ./git.nix
    ./gh.nix
    ./zsh.nix
    ./tmux.nix
    ./neovim/default.nix
    ./zathura.nix
    ./vscode.nix
    ./gpg.nix
    ./nixcord.nix
    ./foot.nix
    ./dev.nix
    ./sway.nix
    ./waybar.nix
    ./firefox.nix
    ./spicetify.nix
		./hyprlock.nix
		./swayidle.nix
  ];
}