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

  # Rice is purely home-manager level
  # Desktop environment (X server, i3wm) is set in system/desktop.nix
}