2024-11-03 18:48:50 -08:00
|
|
|
{ ... }:
|
2024-11-03 10:33:32 -08:00
|
|
|
{
|
2024-11-03 18:48:50 -08:00
|
|
|
home.shellAbbrs = {
|
|
|
|
jf = {
|
|
|
|
position = "command";
|
|
|
|
expansion = "sudo journalctl --follow --unit";
|
|
|
|
};
|
|
|
|
je = {
|
|
|
|
position = "command";
|
|
|
|
expansion = "sudo journalctl --pager-end --unit";
|
|
|
|
};
|
|
|
|
};
|
2024-11-03 16:33:28 -08:00
|
|
|
|
2024-11-03 10:33:32 -08:00
|
|
|
imports = [
|
2024-11-03 11:00:29 -08:00
|
|
|
./clipboard.nix
|
2024-11-03 12:22:58 -08:00
|
|
|
./dunst.nix
|
2024-11-03 10:33:32 -08:00
|
|
|
./syncthing.nix
|
|
|
|
];
|
|
|
|
}
|