4 lines
100 B
Nix
4 lines
100 B
Nix
{ config, pkgs, ... }: {
|
|
home-manager.users.james = { home.packages = with pkgs; [ waybar ]; };
|
|
}
|