nixos-config/homes/common/default.nix
Ingolf Wagner 161486b887
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 6s
fix fonts and oh-my-posh
2024-08-11 21:09:53 +02:00

11 lines
183 B
Nix

{ lib, ... }:
{
imports = [
./oh-my-posh
./packages.nix
./terminal.nix
./zfs.nix
];
options.gui.enable = lib.mkEnableOption "should GUI packages be anabled?";
}