nixfiles/home/common.nix

11 lines
156 B
Nix

{ lib, pkgs, osConfig, ... }:
{
# home.username = "nullbite";
# home.homeDirectory = "/home/nullbite";
home.packages = with pkgs; [
btop
];
}