flake/laptop.nix

11 lines
110 B
Nix

# Communication Packages
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs;
[
];
}