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