8 lines
104 B
Nix
8 lines
104 B
Nix
{ config, lib, pkgs, ... }: {
|
|
|
|
home.packages = with pkgs; [
|
|
calcurse
|
|
libnotify
|
|
];
|
|
}
|