default.nix
1 # SPDX-FileCopyrightText: 2024-2025 sntx <sntx@sntx.space> 2 # SPDX-License-Identifier: AGPL-3.0-or-later 3 4 { cell, pkgs, ... }: 5 { 6 imports = [ 7 cell.homeProfiles.bottles 8 # cell.homeProfiles.waydroid 9 ]; 10 11 home.packages = [ 12 pkgs.virt-manager 13 ]; 14 }