Files
Nina Chlóe Kassandra Reiß 3ee898c4b3 Add games directory
2026-04-23 11:51:12 +02:00

19 lines
224 B
Nix

{ pkgs, lib, ... }:
let
profile = import ../profile.nix;
in
{
imports = [
./distros-common.nix
./file-system.nix
./media.nix
./ssh.nix
];
home.packages = with pkgs; [
gnumake
python3
];
}