1
0
Fork 0
nix-system-configurations/nixos/graphical-x86_64/configuration.nix
2025-09-21 17:43:16 -05:00

14 lines
263 B
Nix

# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
#
# SPDX-License-Identifier: MIT
# https://gitlab.com/hmajid2301/nixicle
# TODO: Fix JetBrains Mono Nerd Font not loading
{ ... }:
{
imports = [
../disko-config.nix
./base.nix
];
}