This commit is contained in:
Lilith 2025-03-31 13:16:35 +02:00
parent fe82c49eb5
commit 84359b6254
Signed by: lilith
GPG key ID: 8712A0F317C37175
3 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
./audio.nix
@ -16,7 +16,7 @@
./syncthing.nix
./users.nix
./zsh.nix
./android-dev.nix
];
environment.systemPackages = with pkgs; [ distrobox ];
}