summaryrefslogtreecommitdiff
path: root/configuration.nix
blob: 23d38610e3e078aa77e43fceb237963212352dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ config, lib, pkgs, ... }:

{
  imports = [
    ./hardware-configuration.nix
    ./modules/nixos/base
    
    # === Environment Choice ===
    # Uncomment one of the following to select your environment:
    #./modules/nixos/des/i3wm.nix
    ./modules/nixos/des/niri.nix
  ];
}