1
0
Fork 0
nixos-config/home/on-my-machine.nix
2020-05-27 15:20:24 +02:00

8 lines
167 B
Nix

{ pkgs, config, lib, ... }: {
home = {
username = "maralorn";
homeDirectory = "/home/maralorn";
packages = builtins.attrValues pkgs.my-home-pkgs;
};
}