Add games directory

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-04-23 11:51:12 +02:00
parent ac4b17da6a
commit 3ee898c4b3
4 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{ pkgs, lib, ... }:
let
profile = import ../profile.nix;
in
{
imports = [
];
home.packages = with pkgs; [
distrobox
distrobox-tui
distroshelf
];
}