marleyos/home/services/default.nix

20 lines
317 B
Nix
Raw Normal View History

{ ... }:
{
home.shellAbbrs = {
jf = {
position = "command";
expansion = "sudo journalctl --follow --unit";
};
je = {
position = "command";
expansion = "sudo journalctl --pager-end --unit";
};
};
imports = [
./clipboard.nix
2024-11-03 12:22:58 -08:00
./dunst.nix
./syncthing.nix
];
}