1
0
Fork 0
forked from Bun/nixos-config

Simplify flake readability, move NixOS configs outside of flake-utils

This commit is contained in:
Bun 2025-05-31 17:47:49 -04:00
parent a4d6a7663c
commit 215ad6b1a7
3 changed files with 33 additions and 45 deletions

View file

@ -1,9 +1,6 @@
{ lib, ... }:
{
imports = [
./generic
./guifull
];
imports = [ ./guifull ];
options.home = with lib; {
desktop.enable = mkEnableOption "Desktop programs and services";