aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
blob: e3cb894691406bc616e46ef5610f8849f84a481f (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/i3wm
    #./modules/nixos/hyprland
  ];
}