resturcting of nixos 1

This commit is contained in:
cnst
2024-07-07 11:34:02 +02:00
parent f56fbc81f6
commit 06062a592b
11 changed files with 121 additions and 37 deletions

7
nixos/services/dbus.nix Normal file
View File

@@ -0,0 +1,7 @@
{pkgs, ...}: {
services = {
dbus.packages = with pkgs; [
gcr
];
};
}