nixfiles/home/common.nix

13 lines
188 B
Nix

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