mv basic gui utilities to module

This commit is contained in:
smayzy
2025-07-10 16:28:08 +02:00
parent 168492c26b
commit 3864013e1a
6 changed files with 35 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./gui-utilities.nix
];
}