Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 255 Bytes

index.md

File metadata and controls

executable file
·
18 lines (15 loc) · 255 Bytes

Home

{ config, pkgs, lib, modules, ... }:
{
  imports = [
    /${modules}/home
    ./git.nix
    ./ssh.nix
    ./firefox.nix
    /${modules}/home/packages/qemu.nix
    ./packages.nix
  ];

  #<<<PereWork/home>>>
}