Files
nix/configuration.nix
T
2026-05-03 00:41:36 -05:00

15 lines
364 B
Nix

# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./base/system.nix
./base/users.nix
./desktop/hyprland.nix
];
}