aad84bfcc8
Note: not the actual initial commit. I swear I will stop repeatedly force pushing to this single commit eventually ok.
7 lines
56 B
Nix
7 lines
56 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
];
|
|
}
|