aboutsummaryrefslogtreecommitdiff
path: root/home/rices/nord-blue/home.nix
blob: cb2090c1e6e5663051d9bbccdc4cdd3cae983860 (plain)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  imports = [
    ./alacritty.nix
    ./i3.nix
    ./nvim.nix
    ./helix.nix
    ./picom.nix
    ./fastfetch.nix
    ./dunst.nix
  ];
}